Html Css Color HEX #374E01 Verdun Green

📋 copy color: '#374E01'

red 55 ◦ green 78 ◦ blue 1

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

Shades of Verdun Green #374E01

Tints of Verdun Green #374E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 58.21%

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

R = 41.04%
G = 58.21%
B = 0.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#374E01 (or 0x374E01) is known color: Verdun Green. HEX triplet: 37, 4E and 01. RGB value is (55,78,1). Sum of RGB (Red+Green+Blue) = 55+78+1=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 78 (30.86% from 255 or 58.21% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 78 - color contains mainly: green. Hex color #374E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374E01 is #C8B1FE. Grayscale: #3E3E3E. Windows color (decimal): -13152767 or 85559. OLE color: 85559.

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

Color convert

RGB 55 78 1 -
CMYK 0.29 0 0.99 0.69
HSL 77.92º 0.97% 0.15% -
HSV(B) 77.92º 0.99% 0.31% -
XYZ 4.31 6.26 1.01 -
YUV 62.35 93.38 122.76 -
System Red Green Blue C M Y K H S L
Decimal 55 78 1 0.29 0 0.99 0.69 77.92 0.97 0.15
Hex 37 4E 1 1D 0 63 45 4E 61 F
Octal 67 116 1 35 0 143 105 116 141 17
Binary 110111 1001110 1 11101 0 1100011 1000101 1001110 1100001 1111

Color Harmonies of #374E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E01

Black with #374E01

Text Example


Text Example

White with #374E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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