Html Css Color HEX #36761D Bilbao

📋 copy color: '#36761D'

red 54 ◦ green 118 ◦ blue 29

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

Shades of Bilbao #36761D

Tints of Bilbao #36761D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.43%

R = 26.87%
G = 58.71%
B = 14.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#36761D (or 0x36761D) is known color: Bilbao. HEX triplet: 36, 76 and 1D. RGB value is (54,118,29). Sum of RGB (Red+Green+Blue) = 54+118+29=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #36761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36761D is #C989E2. Grayscale: #595959. Windows color (decimal): -13208035 or 1930806. OLE color: 1930806.

HSL color Cylindrical-coordinate representation of color #36761D: hue angle of 103.15º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36761D is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 118 29 -
CMYK 0.54 0 0.75 0.54
HSL 103.15º 0.61% 0.29% -
HSV(B) 103.15º 0.75% 0.46% -
XYZ 8.22 13.83 3.4 -
YUV 88.72 94.3 103.24 -
System Red Green Blue C M Y K H S L
Decimal 54 118 29 0.54 0 0.75 0.54 103.15 0.61 0.29
Hex 36 76 1D 36 0 4B 36 67 3D 1D
Octal 66 166 35 66 0 113 66 147 75 35
Binary 110110 1110110 11101 110110 0 1001011 110110 1100111 111101 11101

Color Harmonies of #36761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36761D

Black with #36761D

Text Example


Text Example

White with #36761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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