Html Css Color HEX #396C15 Bilbao

📋 copy color: '#396C15'

red 57 ◦ green 108 ◦ blue 21

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

Shades of Bilbao #396C15

Tints of Bilbao #396C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 58.06%

 BLUE value IS 21 (8.59% from 255) = 11.29%

R = 30.65%
G = 58.06%
B = 11.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#396C15 (or 0x396C15) is known color: Bilbao. HEX triplet: 39, 6C and 15. RGB value is (57,108,21). Sum of RGB (Red+Green+Blue) = 57+108+21=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #396C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396C15 is #C693EA. Grayscale: #535353. Windows color (decimal): -13013995 or 1403961. OLE color: 1403961.

HSL color Cylindrical-coordinate representation of color #396C15: hue angle of 95.17º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #396C15 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 108 21 -
CMYK 0.47 0 0.81 0.58
HSL 95.17º 0.67% 0.25% -
HSV(B) 95.17º 0.81% 0.42% -
XYZ 7.19 11.65 2.58 -
YUV 82.83 93.1 109.57 -
System Red Green Blue C M Y K H S L
Decimal 57 108 21 0.47 0 0.81 0.58 95.17 0.67 0.25
Hex 39 6C 15 2F 0 51 3A 5F 43 19
Octal 71 154 25 57 0 121 72 137 103 31
Binary 111001 1101100 10101 101111 0 1010001 111010 1011111 1000011 11001

Color Harmonies of #396C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C15

Black with #396C15

Text Example


Text Example

White with #396C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,108,21); }

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

background-color css

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

 a { background-color: rgb(57,108,21); }

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

border-color css

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

 span { border-color: rgb(57,108,21); }

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