Html Css Color HEX #396A1B Bilbao

📋 copy color: '#396A1B'

red 57 ◦ green 106 ◦ blue 27

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

Shades of Bilbao #396A1B

Tints of Bilbao #396A1B

RGB

 RED value IS 57 (22.66% from 255) = 30%

 GREEN value IS 106 (41.8% from 255) = 55.79%

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

R = 30%
G = 55.79%
B = 14.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#396A1B (or 0x396A1B) is known color: Bilbao. HEX triplet: 39, 6A and 1B. RGB value is (57,106,27). Sum of RGB (Red+Green+Blue) = 57+106+27=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 106 (41.80% from 255 or 55.79% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 106 - color contains mainly: green. Hex color #396A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A1B is #C695E4. Grayscale: #525252. Windows color (decimal): -13014501 or 1796665. OLE color: 1796665.

HSL color Cylindrical-coordinate representation of color #396A1B: hue angle of 97.22º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #396A1B is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 106 27 -
CMYK 0.46 0 0.75 0.58
HSL 97.22º 0.59% 0.26% -
HSV(B) 97.22º 0.75% 0.42% -
XYZ 7.04 11.26 2.84 -
YUV 82.34 96.77 109.92 -
System Red Green Blue C M Y K H S L
Decimal 57 106 27 0.46 0 0.75 0.58 97.22 0.59 0.26
Hex 39 6A 1B 2E 0 4B 3A 61 3B 1A
Octal 71 152 33 56 0 113 72 141 73 32
Binary 111001 1101010 11011 101110 0 1001011 111010 1100001 111011 11010

Color Harmonies of #396A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396A1B

Black with #396A1B

Text Example


Text Example

White with #396A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396A1B; }

 p { color: rgb(57,106,27); }

 H1.HeaderClassName
 {
   color: #396A1B;
 }
 .AnyTagClassName
 {
   color: #396A1B;
 }
</style>

background-color css

<style>
 a { background-color: #396A1B; }

 a { background-color: rgb(57,106,27); }

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

border-color css

<style>
 span { border-color: #396A1B; }

 span { border-color: rgb(57,106,27); }

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