Html Css Color HEX #378620 Bilbao

📋 copy color: '#378620'

red 55 ◦ green 134 ◦ blue 32

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

Shades of Bilbao #378620

Tints of Bilbao #378620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.63%

 BLUE value IS 32 (12.89% from 255) = 14.48%

R = 24.89%
G = 60.63%
B = 14.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#378620 (or 0x378620) is known color: Bilbao. HEX triplet: 37, 86 and 20. RGB value is (55,134,32). Sum of RGB (Red+Green+Blue) = 55+134+32=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #378620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378620 is #C879DF. Grayscale: #636363. Windows color (decimal): -13138400 or 2131511. OLE color: 2131511.

HSL color Cylindrical-coordinate representation of color #378620: hue angle of 106.47º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #378620 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 32 -
CMYK 0.59 0 0.76 0.47
HSL 106.47º 0.61% 0.33% -
HSV(B) 106.47º 0.76% 0.53% -
XYZ 10.36 17.97 4.29 -
YUV 98.75 90.33 96.79 -
System Red Green Blue C M Y K H S L
Decimal 55 134 32 0.59 0 0.76 0.47 106.47 0.61 0.33
Hex 37 86 20 3B 0 4C 2F 6A 3D 21
Octal 67 206 40 73 0 114 57 152 75 41
Binary 110111 10000110 100000 111011 0 1001100 101111 1101010 111101 100001

Color Harmonies of #378620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378620

Black with #378620

Text Example


Text Example

White with #378620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378620; }

 p { color: rgb(55,134,32); }

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

background-color css

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

 a { background-color: rgb(55,134,32); }

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

border-color css

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

 span { border-color: rgb(55,134,32); }

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