Html Css Color HEX #366F1D Bilbao

📋 copy color: '#366F1D'

red 54 ◦ green 111 ◦ blue 29

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

Shades of Bilbao #366F1D

Tints of Bilbao #366F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 57.22%

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

R = 27.84%
G = 57.22%
B = 14.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#366F1D (or 0x366F1D) is known color: Bilbao. HEX triplet: 36, 6F and 1D. RGB value is (54,111,29). Sum of RGB (Red+Green+Blue) = 54+111+29=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 111 (43.75% from 255 or 57.22% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 111 - color contains mainly: green. Hex color #366F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366F1D is #C990E2. Grayscale: #545454. Windows color (decimal): -13209827 or 1929014. OLE color: 1929014.

HSL color Cylindrical-coordinate representation of color #366F1D: hue angle of 101.71º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #366F1D is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 111 29 -
CMYK 0.51 0 0.74 0.56
HSL 101.71º 0.59% 0.27% -
HSV(B) 101.71º 0.74% 0.44% -
XYZ 7.43 12.24 3.13 -
YUV 84.61 96.62 106.17 -
System Red Green Blue C M Y K H S L
Decimal 54 111 29 0.51 0 0.74 0.56 101.71 0.59 0.27
Hex 36 6F 1D 33 0 4A 38 66 3B 1B
Octal 66 157 35 63 0 112 70 146 73 33
Binary 110110 1101111 11101 110011 0 1001010 111000 1100110 111011 11011

Color Harmonies of #366F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366F1D

Black with #366F1D

Text Example


Text Example

White with #366F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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