Html Css Color HEX #374D02 Verdun Green

📋 copy color: '#374D02'

red 55 ◦ green 77 ◦ blue 2

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

Shades of Verdun Green #374D02

Tints of Verdun Green #374D02

RGB

 RED value IS 55 (21.88% from 255) = 41.04%

 GREEN value IS 77 (30.47% from 255) = 57.46%

 BLUE value IS 2 (1.17% from 255) = 1.49%

R = 41.04%
G = 57.46%
B = 1.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#374D02 (or 0x374D02) is known color: Verdun Green. HEX triplet: 37, 4D and 02. RGB value is (55,77,2). Sum of RGB (Red+Green+Blue) = 55+77+2=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 77 (30.47% from 255 or 57.46% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 77 - color contains mainly: green. Hex color #374D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374D02 is #C8B2FD. Grayscale: #3E3E3E. Windows color (decimal): -13153022 or 150839. OLE color: 150839.

HSL color Cylindrical-coordinate representation of color #374D02: hue angle of 77.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #374D02 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 77 2 -
CMYK 0.29 0 0.97 0.70
HSL 77.6º 0.95% 0.15% -
HSV(B) 77.6º 0.97% 0.3% -
XYZ 4.24 6.12 1.02 -
YUV 61.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 55 77 2 0.29 0 0.97 0.70 77.6 0.95 0.15
Hex 37 4D 2 1D 0 61 46 4E 5F F
Octal 67 115 2 35 0 141 106 116 137 17
Binary 110111 1001101 10 11101 0 1100001 1000110 1001110 1011111 1111

Color Harmonies of #374D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D02

Black with #374D02

Text Example


Text Example

White with #374D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374D02; }

 p { color: rgb(55,77,2); }

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

background-color css

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

 a { background-color: rgb(55,77,2); }

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

border-color css

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

 span { border-color: rgb(55,77,2); }

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