Html Css Color HEX #368210 Bilbao

📋 copy color: '#368210'

red 54 ◦ green 130 ◦ blue 16

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

Shades of Bilbao #368210

Tints of Bilbao #368210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65%

 BLUE value IS 16 (6.64% from 255) = 8%

R = 27%
G = 65%
B = 8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#368210 (or 0x368210) is known color: Bilbao. HEX triplet: 36, 82 and 10. RGB value is (54,130,16). Sum of RGB (Red+Green+Blue) = 54+130+16=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #368210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368210 is #C97DEF. Grayscale: #5E5E5E. Windows color (decimal): -13204976 or 1081910. OLE color: 1081910.

HSL color Cylindrical-coordinate representation of color #368210: hue angle of 100º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #368210 is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 130 16 -
CMYK 0.58 0 0.88 0.49
HSL 100º 0.78% 0.29% -
HSV(B) 100º 0.88% 0.51% -
XYZ 9.6 16.79 3.22 -
YUV 94.28 83.82 99.27 -
System Red Green Blue C M Y K H S L
Decimal 54 130 16 0.58 0 0.88 0.49 100 0.78 0.29
Hex 36 82 10 3A 0 58 31 64 4E 1D
Octal 66 202 20 72 0 130 61 144 116 35
Binary 110110 10000010 10000 111010 0 1011000 110001 1100100 1001110 11101

Color Harmonies of #368210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368210

Black with #368210

Text Example


Text Example

White with #368210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368210; }

 p { color: rgb(54,130,16); }

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

background-color css

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

 a { background-color: rgb(54,130,16); }

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

border-color css

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

 span { border-color: rgb(54,130,16); }

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