Html Css Color HEX #394F05 Verdun Green

📋 copy color: '#394F05'

red 57 ◦ green 79 ◦ blue 5

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

Shades of Verdun Green #394F05

Tints of Verdun Green #394F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 56.03%

 BLUE value IS 5 (2.34% from 255) = 3.55%

R = 40.43%
G = 56.03%
B = 3.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#394F05 (or 0x394F05) is known color: Verdun Green. HEX triplet: 39, 4F and 05. RGB value is (57,79,5). Sum of RGB (Red+Green+Blue) = 57+79+5=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #394F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394F05 is #C6B0FA. Grayscale: #404040. Windows color (decimal): -13021435 or 347961. OLE color: 347961.

HSL color Cylindrical-coordinate representation of color #394F05: hue angle of 77.84º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #394F05 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 79 5 -
CMYK 0.28 0 0.94 0.69
HSL 77.84º 0.88% 0.16% -
HSV(B) 77.84º 0.94% 0.31% -
XYZ 4.51 6.47 1.16 -
YUV 63.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 57 79 5 0.28 0 0.94 0.69 77.84 0.88 0.16
Hex 39 4F 5 1C 0 5E 45 4E 58 10
Octal 71 117 5 34 0 136 105 116 130 20
Binary 111001 1001111 101 11100 0 1011110 1000101 1001110 1011000 10000

Color Harmonies of #394F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F05

Black with #394F05

Text Example


Text Example

White with #394F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394F05; }

 p { color: rgb(57,79,5); }

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

background-color css

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

 a { background-color: rgb(57,79,5); }

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

border-color css

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

 span { border-color: rgb(57,79,5); }

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