Html Css Color HEX #39550F Verdun Green

📋 copy color: '#39550F'

red 57 ◦ green 85 ◦ blue 15

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

Shades of Verdun Green #39550F

Tints of Verdun Green #39550F

RGB

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

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

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

R = 36.31%
G = 54.14%
B = 9.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#39550F (or 0x39550F) is known color: Verdun Green. HEX triplet: 39, 55 and 0F. RGB value is (57,85,15). Sum of RGB (Red+Green+Blue) = 57+85+15=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #39550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39550F is #C6AAF0. Grayscale: #444444. Windows color (decimal): -13019889 or 1004857. OLE color: 1004857.

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

Color convert

RGB 57 85 15 -
CMYK 0.33 0 0.82 0.67
HSL 84º 0.7% 0.2% -
HSV(B) 84º 0.82% 0.33% -
XYZ 5.02 7.4 1.62 -
YUV 68.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 57 85 15 0.33 0 0.82 0.67 84 0.7 0.2
Hex 39 55 F 21 0 52 43 54 46 14
Octal 71 125 17 41 0 122 103 124 106 24
Binary 111001 1010101 1111 100001 0 1010010 1000011 1010100 1000110 10100

Color Harmonies of #39550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39550F

Black with #39550F

Text Example


Text Example

White with #39550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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