Html Css Color HEX #378312 Bilbao

📋 copy color: '#378312'

red 55 ◦ green 131 ◦ blue 18

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

Shades of Bilbao #378312

Tints of Bilbao #378312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 64.22%

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

R = 26.96%
G = 64.22%
B = 8.82%

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

#378312 (or 0x378312) is known color: Bilbao. HEX triplet: 37, 83 and 12. RGB value is (55,131,18). Sum of RGB (Red+Green+Blue) = 55+131+18=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #378312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378312 is #C87CED. Grayscale: #5F5F5F. Windows color (decimal): -13139182 or 1213239. OLE color: 1213239.

HSL color Cylindrical-coordinate representation of color #378312: hue angle of 100.35º 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 #378312 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 131 18 -
CMYK 0.58 0 0.86 0.49
HSL 100.35º 0.76% 0.29% -
HSV(B) 100.35º 0.86% 0.51% -
XYZ 9.8 17.09 3.35 -
YUV 95.39 84.32 99.19 -
System Red Green Blue C M Y K H S L
Decimal 55 131 18 0.58 0 0.86 0.49 100.35 0.76 0.29
Hex 37 83 12 3A 0 56 31 64 4C 1D
Octal 67 203 22 72 0 126 61 144 114 35
Binary 110111 10000011 10010 111010 0 1010110 110001 1100100 1001100 11101

Color Harmonies of #378312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378312

Black with #378312

Text Example


Text Example

White with #378312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378312; }

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

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

background-color css

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

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

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

border-color css

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

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

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