Html Css Color HEX #378820 Bilbao

📋 copy color: '#378820'

red 55 ◦ green 136 ◦ blue 32

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

Shades of Bilbao #378820

Tints of Bilbao #378820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 60.99%

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

R = 24.66%
G = 60.99%
B = 14.35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#378820 (or 0x378820) is known color: Bilbao. HEX triplet: 37, 88 and 20. RGB value is (55,136,32). Sum of RGB (Red+Green+Blue) = 55+136+32=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #378820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378820 is #C877DF. Grayscale: #646464. Windows color (decimal): -13137888 or 2132023. OLE color: 2132023.

HSL color Cylindrical-coordinate representation of color #378820: hue angle of 106.73º degrees, saturation: 0.62, 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 #378820 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 136 32 -
CMYK 0.60 0 0.76 0.47
HSL 106.73º 0.62% 0.33% -
HSV(B) 106.73º 0.76% 0.53% -
XYZ 10.64 18.52 4.38 -
YUV 99.93 89.66 95.96 -
System Red Green Blue C M Y K H S L
Decimal 55 136 32 0.60 0 0.76 0.47 106.73 0.62 0.33
Hex 37 88 20 3C 0 4C 2F 6B 3E 21
Octal 67 210 40 74 0 114 57 153 76 41
Binary 110111 10001000 100000 111100 0 1001100 101111 1101011 111110 100001

Color Harmonies of #378820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378820

Black with #378820

Text Example


Text Example

White with #378820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378820; }

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

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

background-color css

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

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

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

border-color css

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

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

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