Html Css Color HEX #378712 Bilbao

📋 copy color: '#378712'

red 55 ◦ green 135 ◦ blue 18

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

Shades of Bilbao #378712

Tints of Bilbao #378712

RGB

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

 GREEN value IS 135 (53.13% from 255) = 64.9%

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

R = 26.44%
G = 64.9%
B = 8.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#378712 (or 0x378712) is known color: Bilbao. HEX triplet: 37, 87 and 12. RGB value is (55,135,18). Sum of RGB (Red+Green+Blue) = 55+135+18=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #378712 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378712 is #C878ED. Grayscale: #626262. Windows color (decimal): -13138158 or 1214263. OLE color: 1214263.

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

Color convert

RGB 55 135 18 -
CMYK 0.59 0 0.87 0.47
HSL 101.03º 0.76% 0.3% -
HSV(B) 101.03º 0.87% 0.53% -
XYZ 10.35 18.18 3.54 -
YUV 97.74 83 97.51 -
System Red Green Blue C M Y K H S L
Decimal 55 135 18 0.59 0 0.87 0.47 101.03 0.76 0.3
Hex 37 87 12 3B 0 57 2F 65 4C 1E
Octal 67 207 22 73 0 127 57 145 114 36
Binary 110111 10000111 10010 111011 0 1010111 101111 1100101 1001100 11110

Color Harmonies of #378712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378712

Black with #378712

Text Example


Text Example

White with #378712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378712; }

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

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

background-color css

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

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

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

border-color css

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

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

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