Html Css Color HEX #395007 Verdun Green

📋 copy color: '#395007'

red 57 ◦ green 80 ◦ blue 7

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

Shades of Verdun Green #395007

Tints of Verdun Green #395007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 55.56%

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

R = 39.58%
G = 55.56%
B = 4.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#395007 (or 0x395007) is known color: Verdun Green. HEX triplet: 39, 50 and 07. RGB value is (57,80,7). Sum of RGB (Red+Green+Blue) = 57+80+7=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #395007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395007 is #C6AFF8. Grayscale: #414141. Windows color (decimal): -13021177 or 479289. OLE color: 479289.

HSL color Cylindrical-coordinate representation of color #395007: hue angle of 78.9º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #395007 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 80 7 -
CMYK 0.29 0 0.91 0.69
HSL 78.9º 0.84% 0.17% -
HSV(B) 78.9º 0.91% 0.31% -
XYZ 4.59 6.62 1.24 -
YUV 64.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 57 80 7 0.29 0 0.91 0.69 78.9 0.84 0.17
Hex 39 50 7 1D 0 5B 45 4F 54 11
Octal 71 120 7 35 0 133 105 117 124 21
Binary 111001 1010000 111 11101 0 1011011 1000101 1001111 1010100 10001

Color Harmonies of #395007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395007

Black with #395007

Text Example


Text Example

White with #395007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395007; }

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

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

background-color css

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

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

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

border-color css

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

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

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