Html Css Color HEX #39550E Verdun Green

📋 copy color: '#39550E'

red 57 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #39550E

Tints of Verdun Green #39550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 54.49%

 BLUE value IS 14 (5.86% from 255) = 8.97%

R = 36.54%
G = 54.49%
B = 8.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#39550E (or 0x39550E) is known color: Verdun Green. HEX triplet: 39, 55 and 0E. RGB value is (57,85,14). Sum of RGB (Red+Green+Blue) = 57+85+14=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #39550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39550E is #C6AAF1. Grayscale: #444444. Windows color (decimal): -13019890 or 939321. OLE color: 939321.

HSL color Cylindrical-coordinate representation of color #39550E: hue angle of 83.66º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #39550E is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 85 14 -
CMYK 0.33 0 0.84 0.67
HSL 83.66º 0.72% 0.19% -
HSV(B) 83.66º 0.84% 0.33% -
XYZ 5.02 7.4 1.58 -
YUV 68.53 97.22 119.77 -
System Red Green Blue C M Y K H S L
Decimal 57 85 14 0.33 0 0.84 0.67 83.66 0.72 0.19
Hex 39 55 E 21 0 54 43 54 48 13
Octal 71 125 16 41 0 124 103 124 110 23
Binary 111001 1010101 1110 100001 0 1010100 1000011 1010100 1001000 10011

Color Harmonies of #39550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39550E

Black with #39550E

Text Example


Text Example

White with #39550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39550E; }

 p { color: rgb(57,85,14); }

 H1.HeaderClassName
 {
   color: #39550E;
 }
 .AnyTagClassName
 {
   color: #39550E;
 }
</style>

background-color css

<style>
 a { background-color: #39550E; }

 a { background-color: rgb(57,85,14); }

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

border-color css

<style>
 span { border-color: #39550E; }

 span { border-color: rgb(57,85,14); }

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