Html Css Color HEX #39530D Verdun Green

📋 copy color: '#39530D'

red 57 ◦ green 83 ◦ blue 13

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

Shades of Verdun Green #39530D

Tints of Verdun Green #39530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.25%

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

R = 37.25%
G = 54.25%
B = 8.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#39530D (or 0x39530D) is known color: Verdun Green. HEX triplet: 39, 53 and 0D. RGB value is (57,83,13). Sum of RGB (Red+Green+Blue) = 57+83+13=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #39530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39530D is #C6ACF2. Grayscale: #434343. Windows color (decimal): -13020403 or 873273. OLE color: 873273.

HSL color Cylindrical-coordinate representation of color #39530D: hue angle of 82.29º degrees, saturation: 0.73, 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 #39530D is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 83 13 -
CMYK 0.31 0 0.84 0.67
HSL 82.29º 0.73% 0.19% -
HSV(B) 82.29º 0.84% 0.33% -
XYZ 4.85 7.09 1.49 -
YUV 67.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 57 83 13 0.31 0 0.84 0.67 82.29 0.73 0.19
Hex 39 53 D 1F 0 54 43 52 49 13
Octal 71 123 15 37 0 124 103 122 111 23
Binary 111001 1010011 1101 11111 0 1010100 1000011 1010010 1001001 10011

Color Harmonies of #39530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39530D

Black with #39530D

Text Example


Text Example

White with #39530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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