Html Css Color HEX #375C08 Verdun Green

📋 copy color: '#375C08'

red 55 ◦ green 92 ◦ blue 8

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

Shades of Verdun Green #375C08

Tints of Verdun Green #375C08

RGB

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

 GREEN value IS 92 (36.33% from 255) = 59.35%

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 35.48%
G = 59.35%
B = 5.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#375C08 (or 0x375C08) is known color: Verdun Green. HEX triplet: 37, 5C and 08. RGB value is (55,92,8). Sum of RGB (Red+Green+Blue) = 55+92+8=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 92 (36.33% from 255 or 59.35% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 92 - color contains mainly: green. Hex color #375C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375C08 is #C8A3F7. Grayscale: #474747. Windows color (decimal): -13149176 or 547895. OLE color: 547895.

HSL color Cylindrical-coordinate representation of color #375C08: hue angle of 86.43º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #375C08 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 92 8 -
CMYK 0.40 0 0.91 0.64
HSL 86.43º 0.84% 0.2% -
HSV(B) 86.43º 0.91% 0.36% -
XYZ 5.45 8.48 1.58 -
YUV 71.36 92.24 116.33 -
System Red Green Blue C M Y K H S L
Decimal 55 92 8 0.40 0 0.91 0.64 86.43 0.84 0.2
Hex 37 5C 8 28 0 5B 40 56 54 14
Octal 67 134 10 50 0 133 100 126 124 24
Binary 110111 1011100 1000 101000 0 1011011 1000000 1010110 1010100 10100

Color Harmonies of #375C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C08

Black with #375C08

Text Example


Text Example

White with #375C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375C08; }

 p { color: rgb(55,92,8); }

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

background-color css

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

 a { background-color: rgb(55,92,8); }

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

border-color css

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

 span { border-color: rgb(55,92,8); }

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