Html Css Color HEX #375C0A Verdun Green

📋 copy color: '#375C0A'

red 55 ◦ green 92 ◦ blue 10

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

Shades of Verdun Green #375C0A

Tints of Verdun Green #375C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.37%

R = 35.03%
G = 58.6%
B = 6.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#375C0A (or 0x375C0A) is known color: Verdun Green. HEX triplet: 37, 5C and 0A. RGB value is (55,92,10). Sum of RGB (Red+Green+Blue) = 55+92+10=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 92 (36.33% from 255 or 58.60% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 92 - color contains mainly: green. Hex color #375C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375C0A is #C8A3F5. Grayscale: #474747. Windows color (decimal): -13149174 or 678967. OLE color: 678967.

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

Color convert

RGB 55 92 10 -
CMYK 0.40 0 0.89 0.64
HSL 87.07º 0.8% 0.2% -
HSV(B) 87.07º 0.89% 0.36% -
XYZ 5.46 8.49 1.64 -
YUV 71.59 93.24 116.17 -
System Red Green Blue C M Y K H S L
Decimal 55 92 10 0.40 0 0.89 0.64 87.07 0.8 0.2
Hex 37 5C A 28 0 59 40 57 50 14
Octal 67 134 12 50 0 131 100 127 120 24
Binary 110111 1011100 1010 101000 0 1011001 1000000 1010111 1010000 10100

Color Harmonies of #375C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C0A

Black with #375C0A

Text Example


Text Example

White with #375C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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