Html Css Color HEX #378018 Bilbao

📋 copy color: '#378018'

red 55 ◦ green 128 ◦ blue 24

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

Shades of Bilbao #378018

Tints of Bilbao #378018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 61.84%

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

R = 26.57%
G = 61.84%
B = 11.59%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#378018 (or 0x378018) is known color: Bilbao. HEX triplet: 37, 80 and 18. RGB value is (55,128,24). Sum of RGB (Red+Green+Blue) = 55+128+24=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 128 (50.39% from 255 or 61.84% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 128 - color contains mainly: green. Hex color #378018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378018 is #C87FE7. Grayscale: #5E5E5E. Windows color (decimal): -13139944 or 1605687. OLE color: 1605687.

HSL color Cylindrical-coordinate representation of color #378018: hue angle of 102.12º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #378018 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 128 24 -
CMYK 0.57 0 0.81 0.50
HSL 102.12º 0.68% 0.3% -
HSV(B) 102.12º 0.81% 0.5% -
XYZ 9.46 16.32 3.51 -
YUV 94.32 88.32 99.96 -
System Red Green Blue C M Y K H S L
Decimal 55 128 24 0.57 0 0.81 0.50 102.12 0.68 0.3
Hex 37 80 18 39 0 51 32 66 44 1E
Octal 67 200 30 71 0 121 62 146 104 36
Binary 110111 10000000 11000 111001 0 1010001 110010 1100110 1000100 11110

Color Harmonies of #378018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378018

Black with #378018

Text Example


Text Example

White with #378018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378018; }

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

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

background-color css

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

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

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

border-color css

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

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

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