Html Css Color HEX #36760A Bilbao

📋 copy color: '#36760A'

red 54 ◦ green 118 ◦ blue 10

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

Shades of Bilbao #36760A

Tints of Bilbao #36760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 29.67%
G = 64.84%
B = 5.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#36760A (or 0x36760A) is known color: Bilbao. HEX triplet: 36, 76 and 0A. RGB value is (54,118,10). Sum of RGB (Red+Green+Blue) = 54+118+10=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 118 (46.48% from 255 or 64.84% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 118 - color contains mainly: green. Hex color #36760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36760A is #C989F5. Grayscale: #565656. Windows color (decimal): -13208054 or 685622. OLE color: 685622.

HSL color Cylindrical-coordinate representation of color #36760A: hue angle of 95.56º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36760A is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 118 10 -
CMYK 0.54 0 0.92 0.54
HSL 95.56º 0.84% 0.25% -
HSV(B) 95.56º 0.92% 0.46% -
XYZ 8.05 13.76 2.52 -
YUV 86.55 84.8 104.78 -
System Red Green Blue C M Y K H S L
Decimal 54 118 10 0.54 0 0.92 0.54 95.56 0.84 0.25
Hex 36 76 A 36 0 5C 36 60 54 19
Octal 66 166 12 66 0 134 66 140 124 31
Binary 110110 1110110 1010 110110 0 1011100 110110 1100000 1010100 11001

Color Harmonies of #36760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36760A

Black with #36760A

Text Example


Text Example

White with #36760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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