Html Css Color HEX #39550D Verdun Green

📋 copy color: '#39550D'

red 57 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #39550D

Tints of Verdun Green #39550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.39%

R = 36.77%
G = 54.84%
B = 8.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#39550D (or 0x39550D) is known color: Verdun Green. HEX triplet: 39, 55 and 0D. RGB value is (57,85,13). Sum of RGB (Red+Green+Blue) = 57+85+13=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #39550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39550D is #C6AAF2. Grayscale: #444444. Windows color (decimal): -13019891 or 873785. OLE color: 873785.

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

Color convert

RGB 57 85 13 -
CMYK 0.33 0 0.85 0.67
HSL 83.33º 0.73% 0.19% -
HSV(B) 83.33º 0.85% 0.33% -
XYZ 5.01 7.4 1.54 -
YUV 68.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 57 85 13 0.33 0 0.85 0.67 83.33 0.73 0.19
Hex 39 55 D 21 0 55 43 53 49 13
Octal 71 125 15 41 0 125 103 123 111 23
Binary 111001 1010101 1101 100001 0 1010101 1000011 1010011 1001001 10011

Color Harmonies of #39550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39550D

Black with #39550D

Text Example


Text Example

White with #39550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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