Html Css Color HEX #366E1F Bilbao

📋 copy color: '#366E1F'

red 54 ◦ green 110 ◦ blue 31

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

Shades of Bilbao #366E1F

Tints of Bilbao #366E1F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 56.41%

 BLUE value IS 31 (12.5% from 255) = 15.9%

R = 27.69%
G = 56.41%
B = 15.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#366E1F (or 0x366E1F) is known color: Bilbao. HEX triplet: 36, 6E and 1F. RGB value is (54,110,31). Sum of RGB (Red+Green+Blue) = 54+110+31=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 110 (43.36% from 255 or 56.41% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 110 - color contains mainly: green. Hex color #366E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366E1F is #C991E0. Grayscale: #545454. Windows color (decimal): -13210081 or 2059830. OLE color: 2059830.

HSL color Cylindrical-coordinate representation of color #366E1F: hue angle of 102.53º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #366E1F is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 110 31 -
CMYK 0.51 0 0.72 0.57
HSL 102.53º 0.56% 0.28% -
HSV(B) 102.53º 0.72% 0.43% -
XYZ 7.34 12.04 3.23 -
YUV 84.25 97.95 106.42 -
System Red Green Blue C M Y K H S L
Decimal 54 110 31 0.51 0 0.72 0.57 102.53 0.56 0.28
Hex 36 6E 1F 33 0 48 39 67 38 1C
Octal 66 156 37 63 0 110 71 147 70 34
Binary 110110 1101110 11111 110011 0 1001000 111001 1100111 111000 11100

Color Harmonies of #366E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366E1F

Black with #366E1F

Text Example


Text Example

White with #366E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366E1F; }

 p { color: rgb(54,110,31); }

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

background-color css

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

 a { background-color: rgb(54,110,31); }

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

border-color css

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

 span { border-color: rgb(54,110,31); }

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