Html Css Color HEX #36770D Bilbao

📋 copy color: '#36770D'

red 54 ◦ green 119 ◦ blue 13

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

Shades of Bilbao #36770D

Tints of Bilbao #36770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 63.98%

 BLUE value IS 13 (5.47% from 255) = 6.99%

R = 29.03%
G = 63.98%
B = 6.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#36770D (or 0x36770D) is known color: Bilbao. HEX triplet: 36, 77 and 0D. RGB value is (54,119,13). Sum of RGB (Red+Green+Blue) = 54+119+13=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 119 (46.88% from 255 or 63.98% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 119 - color contains mainly: green. Hex color #36770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36770D is #C988F2. Grayscale: #575757. Windows color (decimal): -13207795 or 882486. OLE color: 882486.

HSL color Cylindrical-coordinate representation of color #36770D: hue angle of 96.79º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36770D is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 119 13 -
CMYK 0.55 0 0.89 0.53
HSL 96.79º 0.8% 0.26% -
HSV(B) 96.79º 0.89% 0.47% -
XYZ 8.19 14.01 2.65 -
YUV 87.48 85.97 104.12 -
System Red Green Blue C M Y K H S L
Decimal 54 119 13 0.55 0 0.89 0.53 96.79 0.8 0.26
Hex 36 77 D 37 0 59 35 61 50 1A
Octal 66 167 15 67 0 131 65 141 120 32
Binary 110110 1110111 1101 110111 0 1011001 110101 1100001 1010000 11010

Color Harmonies of #36770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36770D

Black with #36770D

Text Example


Text Example

White with #36770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36770D; }

 p { color: rgb(54,119,13); }

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

background-color css

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

 a { background-color: rgb(54,119,13); }

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

border-color css

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

 span { border-color: rgb(54,119,13); }

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