Html Css Color HEX #36771B Bilbao

📋 copy color: '#36771B'

red 54 ◦ green 119 ◦ blue 27

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

Shades of Bilbao #36771B

Tints of Bilbao #36771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.5%

R = 27%
G = 59.5%
B = 13.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#36771B (or 0x36771B) is known color: Bilbao. HEX triplet: 36, 77 and 1B. RGB value is (54,119,27). Sum of RGB (Red+Green+Blue) = 54+119+27=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #36771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36771B is #C988E4. Grayscale: #595959. Windows color (decimal): -13207781 or 1799990. OLE color: 1799990.

HSL color Cylindrical-coordinate representation of color #36771B: hue angle of 102.39º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36771B is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 119 27 -
CMYK 0.55 0 0.77 0.53
HSL 102.39º 0.63% 0.29% -
HSV(B) 102.39º 0.77% 0.47% -
XYZ 8.32 14.06 3.31 -
YUV 89.08 92.97 102.98 -
System Red Green Blue C M Y K H S L
Decimal 54 119 27 0.55 0 0.77 0.53 102.39 0.63 0.29
Hex 36 77 1B 37 0 4D 35 66 3F 1D
Octal 66 167 33 67 0 115 65 146 77 35
Binary 110110 1110111 11011 110111 0 1001101 110101 1100110 111111 11101

Color Harmonies of #36771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36771B

Black with #36771B

Text Example


Text Example

White with #36771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36771B; }

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

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

background-color css

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

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

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

border-color css

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

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

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