Html Css Color HEX #396B1B Bilbao

📋 copy color: '#396B1B'

red 57 ◦ green 107 ◦ blue 27

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

Shades of Bilbao #396B1B

Tints of Bilbao #396B1B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 56.02%

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

R = 29.84%
G = 56.02%
B = 14.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#396B1B (or 0x396B1B) is known color: Bilbao. HEX triplet: 39, 6B and 1B. RGB value is (57,107,27). Sum of RGB (Red+Green+Blue) = 57+107+27=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #396B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B1B is #C694E4. Grayscale: #535353. Windows color (decimal): -13014245 or 1796921. OLE color: 1796921.

HSL color Cylindrical-coordinate representation of color #396B1B: hue angle of 97.5º degrees, saturation: 0.6, 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 #396B1B is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 27 -
CMYK 0.47 0 0.75 0.58
HSL 97.5º 0.6% 0.26% -
HSV(B) 97.5º 0.75% 0.42% -
XYZ 7.14 11.46 2.87 -
YUV 82.93 96.44 109.5 -
System Red Green Blue C M Y K H S L
Decimal 57 107 27 0.47 0 0.75 0.58 97.5 0.6 0.26
Hex 39 6B 1B 2F 0 4B 3A 62 3C 1A
Octal 71 153 33 57 0 113 72 142 74 32
Binary 111001 1101011 11011 101111 0 1001011 111010 1100010 111100 11010

Color Harmonies of #396B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B1B

Black with #396B1B

Text Example


Text Example

White with #396B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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