Html Css Color HEX #394C00 Verdun Green

📋 copy color: '#394C00'

red 57 ◦ green 76 ◦ blue 0

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

Shades of Verdun Green #394C00

Tints of Verdun Green #394C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 57.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.86%
G = 57.14%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#394C00 (or 0x394C00) is known color: Verdun Green. HEX triplet: 39, 4C and 00. RGB value is (57,76,0). Sum of RGB (Red+Green+Blue) = 57+76+0=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #394C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394C00 is #C6B3FF. Grayscale: #3D3D3D. Windows color (decimal): -13022208 or 19513. OLE color: 19513.

HSL color Cylindrical-coordinate representation of color #394C00: hue angle of 75º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #394C00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 76 0 -
CMYK 0.25 0 1 0.70
HSL 75º 1% 0.15% -
HSV(B) 75º 1% 0.3% -
XYZ 4.27 6.04 0.94 -
YUV 61.66 93.21 124.68 -
System Red Green Blue C M Y K H S L
Decimal 57 76 0 0.25 0 1 0.70 75 1 0.15
Hex 39 4C 0 19 0 64 46 4B 64 F
Octal 71 114 0 31 0 144 106 113 144 17
Binary 111001 1001100 0 11001 0 1100100 1000110 1001011 1100100 1111

Color Harmonies of #394C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C00

Black with #394C00

Text Example


Text Example

White with #394C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,76,0); }

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

background-color css

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

 a { background-color: rgb(57,76,0); }

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

border-color css

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

 span { border-color: rgb(57,76,0); }

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