Html Css Color HEX #368410 Bilbao

📋 copy color: '#368410'

red 54 ◦ green 132 ◦ blue 16

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

Shades of Bilbao #368410

Tints of Bilbao #368410

RGB

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

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

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

R = 26.73%
G = 65.35%
B = 7.92%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#368410 (or 0x368410) is known color: Bilbao. HEX triplet: 36, 84 and 10. RGB value is (54,132,16). Sum of RGB (Red+Green+Blue) = 54+132+16=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #368410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368410 is #C97BEF. Grayscale: #5F5F5F. Windows color (decimal): -13204464 or 1082422. OLE color: 1082422.

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

Color convert

RGB 54 132 16 -
CMYK 0.59 0 0.88 0.48
HSL 100.34º 0.78% 0.29% -
HSV(B) 100.34º 0.88% 0.52% -
XYZ 9.87 17.32 3.31 -
YUV 95.45 83.16 98.43 -
System Red Green Blue C M Y K H S L
Decimal 54 132 16 0.59 0 0.88 0.48 100.34 0.78 0.29
Hex 36 84 10 3B 0 58 30 64 4E 1D
Octal 66 204 20 73 0 130 60 144 116 35
Binary 110110 10000100 10000 111011 0 1011000 110000 1100100 1001110 11101

Color Harmonies of #368410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368410

Black with #368410

Text Example


Text Example

White with #368410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368410; }

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

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

background-color css

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

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

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

border-color css

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

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

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