Html Css Color HEX #395507 Verdun Green

📋 copy color: '#395507'

red 57 ◦ green 85 ◦ blue 7

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

Shades of Verdun Green #395507

Tints of Verdun Green #395507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.7%

R = 38.26%
G = 57.05%
B = 4.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#395507 (or 0x395507) is known color: Verdun Green. HEX triplet: 39, 55 and 07. RGB value is (57,85,7). Sum of RGB (Red+Green+Blue) = 57+85+7=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #395507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395507 is #C6AAF8. Grayscale: #444444. Windows color (decimal): -13019897 or 480569. OLE color: 480569.

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

Color convert

RGB 57 85 7 -
CMYK 0.33 0 0.92 0.67
HSL 81.54º 0.85% 0.18% -
HSV(B) 81.54º 0.92% 0.33% -
XYZ 4.97 7.38 1.36 -
YUV 67.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 57 85 7 0.33 0 0.92 0.67 81.54 0.85 0.18
Hex 39 55 7 21 0 5C 43 52 55 12
Octal 71 125 7 41 0 134 103 122 125 22
Binary 111001 1010101 111 100001 0 1011100 1000011 1010010 1010101 10010

Color Harmonies of #395507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395507

Black with #395507

Text Example


Text Example

White with #395507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395507; }

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

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

background-color css

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

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

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

border-color css

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

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

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