Html Css Color HEX #375405 Verdun Green

📋 copy color: '#375405'

red 55 ◦ green 84 ◦ blue 5

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

Shades of Verdun Green #375405

Tints of Verdun Green #375405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 58.33%

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

R = 38.19%
G = 58.33%
B = 3.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#375405 (or 0x375405) is known color: Verdun Green. HEX triplet: 37, 54 and 05. RGB value is (55,84,5). Sum of RGB (Red+Green+Blue) = 55+84+5=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #375405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375405 is #C8ABFA. Grayscale: #424242. Windows color (decimal): -13151227 or 349239. OLE color: 349239.

HSL color Cylindrical-coordinate representation of color #375405: hue angle of 82.03º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #375405 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 84 5 -
CMYK 0.35 0 0.94 0.67
HSL 82.03º 0.89% 0.17% -
HSV(B) 82.03º 0.94% 0.33% -
XYZ 4.77 7.16 1.27 -
YUV 66.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 55 84 5 0.35 0 0.94 0.67 82.03 0.89 0.17
Hex 37 54 5 23 0 5E 43 52 59 11
Octal 67 124 5 43 0 136 103 122 131 21
Binary 110111 1010100 101 100011 0 1011110 1000011 1010010 1011001 10001

Color Harmonies of #375405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375405

Black with #375405

Text Example


Text Example

White with #375405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375405; }

 p { color: rgb(55,84,5); }

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

background-color css

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

 a { background-color: rgb(55,84,5); }

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

border-color css

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

 span { border-color: rgb(55,84,5); }

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