Html Css Color HEX #378D01 Bilbao

📋 copy color: '#378D01'

red 55 ◦ green 141 ◦ blue 1

#378D01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #378D01

Tints of Bilbao #378D01

RGB

 RED value IS 55 (21.88% from 255) = 27.92%

 GREEN value IS 141 (55.47% from 255) = 71.57%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 27.92%
G = 71.57%
B = 0.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#378D01 (or 0x378D01) is known color: Bilbao. HEX triplet: 37, 8D and 01. RGB value is (55,141,1). Sum of RGB (Red+Green+Blue) = 55+141+1=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 141 (55.47% from 255 or 71.57% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 141 - color contains mainly: green. Hex color #378D01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378D01 is #C872FE. Grayscale: #636363. Windows color (decimal): -13136639 or 101687. OLE color: 101687.

HSL color Cylindrical-coordinate representation of color #378D01: hue angle of 96.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #378D01 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 141 1 -
CMYK 0.61 0 0.99 0.45
HSL 96.86º 0.99% 0.28% -
HSV(B) 96.86º 0.99% 0.55% -
XYZ 11.11 19.86 3.28 -
YUV 99.33 72.51 96.38 -
System Red Green Blue C M Y K H S L
Decimal 55 141 1 0.61 0 0.99 0.45 96.86 0.99 0.28
Hex 37 8D 1 3D 0 63 2D 61 63 1C
Octal 67 215 1 75 0 143 55 141 143 34
Binary 110111 10001101 1 111101 0 1100011 101101 1100001 1100011 11100

Color Harmonies of #378D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D01

Black with #378D01

Text Example


Text Example

White with #378D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378D01; }

 p { color: rgb(55,141,1); }

 H1.HeaderClassName
 {
   color: #378D01;
 }
 .AnyTagClassName
 {
   color: #378D01;
 }
</style>

background-color css

<style>
 a { background-color: #378D01; }

 a { background-color: rgb(55,141,1); }

 div.DivClassName
 {
   background-color: #378D01;
 }
 .BgClassName
 {
   background-color: #378D01;
 }
</style>

border-color css

<style>
 span { border-color: #378D01; }

 span { border-color: rgb(55,141,1); }

 td.TdClassName
 {
   border-color: #378D01;
 }
 .TagClassName
 {
   border-color: #378D01;
 }
</style>