Html Css Color HEX #378212 Bilbao

📋 copy color: '#378212'

red 55 ◦ green 130 ◦ blue 18

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

Shades of Bilbao #378212

Tints of Bilbao #378212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 64.04%

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 27.09%
G = 64.04%
B = 8.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#378212 (or 0x378212) is known color: Bilbao. HEX triplet: 37, 82 and 12. RGB value is (55,130,18). Sum of RGB (Red+Green+Blue) = 55+130+18=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #378212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378212 is #C87DED. Grayscale: #5F5F5F. Windows color (decimal): -13139438 or 1212983. OLE color: 1212983.

HSL color Cylindrical-coordinate representation of color #378212: hue angle of 100.18º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #378212 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 18 -
CMYK 0.58 0 0.86 0.49
HSL 100.18º 0.76% 0.29% -
HSV(B) 100.18º 0.86% 0.51% -
XYZ 9.67 16.82 3.31 -
YUV 94.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 55 130 18 0.58 0 0.86 0.49 100.18 0.76 0.29
Hex 37 82 12 3A 0 56 31 64 4C 1D
Octal 67 202 22 72 0 126 61 144 114 35
Binary 110111 10000010 10010 111010 0 1010110 110001 1100100 1001100 11101

Color Harmonies of #378212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378212

Black with #378212

Text Example


Text Example

White with #378212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378212; }

 p { color: rgb(55,130,18); }

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

background-color css

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

 a { background-color: rgb(55,130,18); }

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

border-color css

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

 span { border-color: rgb(55,130,18); }

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