Html Css Color HEX #396D0F Bilbao

📋 copy color: '#396D0F'

red 57 ◦ green 109 ◦ blue 15

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

Shades of Bilbao #396D0F

Tints of Bilbao #396D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 60.22%

 BLUE value IS 15 (6.25% from 255) = 8.29%

R = 31.49%
G = 60.22%
B = 8.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#396D0F (or 0x396D0F) is known color: Bilbao. HEX triplet: 39, 6D and 0F. RGB value is (57,109,15). Sum of RGB (Red+Green+Blue) = 57+109+15=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 109 (42.97% from 255 or 60.22% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 109 - color contains mainly: green. Hex color #396D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396D0F is #C692F0. Grayscale: #535353. Windows color (decimal): -13013745 or 1011001. OLE color: 1011001.

HSL color Cylindrical-coordinate representation of color #396D0F: hue angle of 93.19º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #396D0F is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 15 -
CMYK 0.48 0 0.86 0.57
HSL 93.19º 0.76% 0.24% -
HSV(B) 93.19º 0.86% 0.43% -
XYZ 7.24 11.84 2.36 -
YUV 82.74 89.77 109.64 -
System Red Green Blue C M Y K H S L
Decimal 57 109 15 0.48 0 0.86 0.57 93.19 0.76 0.24
Hex 39 6D F 30 0 56 39 5D 4C 18
Octal 71 155 17 60 0 126 71 135 114 30
Binary 111001 1101101 1111 110000 0 1010110 111001 1011101 1001100 11000

Color Harmonies of #396D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D0F

Black with #396D0F

Text Example


Text Example

White with #396D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,109,15); }

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

background-color css

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

 a { background-color: rgb(57,109,15); }

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

border-color css

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

 span { border-color: rgb(57,109,15); }

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