Html Css Color HEX #378518 Bilbao

📋 copy color: '#378518'

red 55 ◦ green 133 ◦ blue 24

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

Shades of Bilbao #378518

Tints of Bilbao #378518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 62.74%

 BLUE value IS 24 (9.77% from 255) = 11.32%

R = 25.94%
G = 62.74%
B = 11.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#378518 (or 0x378518) is known color: Bilbao. HEX triplet: 37, 85 and 18. RGB value is (55,133,24). Sum of RGB (Red+Green+Blue) = 55+133+24=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #378518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378518 is #C87AE7. Grayscale: #616161. Windows color (decimal): -13138664 or 1606967. OLE color: 1606967.

HSL color Cylindrical-coordinate representation of color #378518: hue angle of 102.94º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #378518 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 24 -
CMYK 0.59 0 0.82 0.48
HSL 102.94º 0.69% 0.31% -
HSV(B) 102.94º 0.82% 0.52% -
XYZ 10.13 17.65 3.74 -
YUV 97.25 86.66 97.86 -
System Red Green Blue C M Y K H S L
Decimal 55 133 24 0.59 0 0.82 0.48 102.94 0.69 0.31
Hex 37 85 18 3B 0 52 30 67 45 1F
Octal 67 205 30 73 0 122 60 147 105 37
Binary 110111 10000101 11000 111011 0 1010010 110000 1100111 1000101 11111

Color Harmonies of #378518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378518

Black with #378518

Text Example


Text Example

White with #378518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378518; }

 p { color: rgb(55,133,24); }

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

background-color css

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

 a { background-color: rgb(55,133,24); }

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

border-color css

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

 span { border-color: rgb(55,133,24); }

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