Html Css Color HEX #368412 Bilbao

📋 copy color: '#368412'

red 54 ◦ green 132 ◦ blue 18

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

Shades of Bilbao #368412

Tints of Bilbao #368412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 64.71%

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

R = 26.47%
G = 64.71%
B = 8.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#368412 (or 0x368412) is known color: Bilbao. HEX triplet: 36, 84 and 12. RGB value is (54,132,18). Sum of RGB (Red+Green+Blue) = 54+132+18=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #368412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368412 is #C97BED. Grayscale: #606060. Windows color (decimal): -13204462 or 1213494. OLE color: 1213494.

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

Color convert

RGB 54 132 18 -
CMYK 0.59 0 0.86 0.48
HSL 101.05º 0.76% 0.29% -
HSV(B) 101.05º 0.86% 0.52% -
XYZ 9.88 17.33 3.4 -
YUV 95.68 84.16 98.27 -
System Red Green Blue C M Y K H S L
Decimal 54 132 18 0.59 0 0.86 0.48 101.05 0.76 0.29
Hex 36 84 12 3B 0 56 30 65 4C 1D
Octal 66 204 22 73 0 126 60 145 114 35
Binary 110110 10000100 10010 111011 0 1010110 110000 1100101 1001100 11101

Color Harmonies of #368412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368412

Black with #368412

Text Example


Text Example

White with #368412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368412; }

 p { color: rgb(54,132,18); }

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

background-color css

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

 a { background-color: rgb(54,132,18); }

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

border-color css

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

 span { border-color: rgb(54,132,18); }

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