Html Css Color HEX #374F01 Verdun Green

📋 copy color: '#374F01'

red 55 ◦ green 79 ◦ blue 1

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

Shades of Verdun Green #374F01

Tints of Verdun Green #374F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 40.74%
G = 58.52%
B = 0.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#374F01 (or 0x374F01) is known color: Verdun Green. HEX triplet: 37, 4F and 01. RGB value is (55,79,1). Sum of RGB (Red+Green+Blue) = 55+79+1=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 79 (31.25% from 255 or 58.52% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 79 - color contains mainly: green. Hex color #374F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374F01 is #C8B0FE. Grayscale: #3F3F3F. Windows color (decimal): -13152511 or 85815. OLE color: 85815.

HSL color Cylindrical-coordinate representation of color #374F01: hue angle of 78.46º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #374F01 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 79 1 -
CMYK 0.30 0 0.99 0.69
HSL 78.46º 0.98% 0.16% -
HSV(B) 78.46º 0.99% 0.31% -
XYZ 4.38 6.41 1.03 -
YUV 62.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 55 79 1 0.30 0 0.99 0.69 78.46 0.98 0.16
Hex 37 4F 1 1E 0 63 45 4E 62 10
Octal 67 117 1 36 0 143 105 116 142 20
Binary 110111 1001111 1 11110 0 1100011 1000101 1001110 1100010 10000

Color Harmonies of #374F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F01

Black with #374F01

Text Example


Text Example

White with #374F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,79,1); }

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

background-color css

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

 a { background-color: rgb(55,79,1); }

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

border-color css

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

 span { border-color: rgb(55,79,1); }

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