Html Css Color HEX #367618 Bilbao

📋 copy color: '#367618'

red 54 ◦ green 118 ◦ blue 24

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

Shades of Bilbao #367618

Tints of Bilbao #367618

RGB

 RED value IS 54 (21.48% from 255) = 27.55%

 GREEN value IS 118 (46.48% from 255) = 60.2%

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

R = 27.55%
G = 60.2%
B = 12.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#367618 (or 0x367618) is known color: Bilbao. HEX triplet: 36, 76 and 18. RGB value is (54,118,24). Sum of RGB (Red+Green+Blue) = 54+118+24=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #367618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367618 is #C989E7. Grayscale: #585858. Windows color (decimal): -13208040 or 1603126. OLE color: 1603126.

HSL color Cylindrical-coordinate representation of color #367618: hue angle of 100.85º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #367618 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 118 24 -
CMYK 0.54 0 0.80 0.54
HSL 100.85º 0.66% 0.28% -
HSV(B) 100.85º 0.8% 0.46% -
XYZ 8.16 13.81 3.1 -
YUV 88.15 91.8 103.64 -
System Red Green Blue C M Y K H S L
Decimal 54 118 24 0.54 0 0.80 0.54 100.85 0.66 0.28
Hex 36 76 18 36 0 50 36 65 42 1C
Octal 66 166 30 66 0 120 66 145 102 34
Binary 110110 1110110 11000 110110 0 1010000 110110 1100101 1000010 11100

Color Harmonies of #367618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367618

Black with #367618

Text Example


Text Example

White with #367618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367618; }

 p { color: rgb(54,118,24); }

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

background-color css

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

 a { background-color: rgb(54,118,24); }

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

border-color css

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

 span { border-color: rgb(54,118,24); }

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