Html Css Color HEX #375C12 Verdun Green

📋 copy color: '#375C12'

red 55 ◦ green 92 ◦ blue 18

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

Shades of Verdun Green #375C12

Tints of Verdun Green #375C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.91%

R = 33.33%
G = 55.76%
B = 10.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#375C12 (or 0x375C12) is known color: Verdun Green. HEX triplet: 37, 5C and 12. RGB value is (55,92,18). Sum of RGB (Red+Green+Blue) = 55+92+18=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #375C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375C12 is #C8A3ED. Grayscale: #484848. Windows color (decimal): -13149166 or 1203255. OLE color: 1203255.

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

Color convert

RGB 55 92 18 -
CMYK 0.40 0 0.80 0.64
HSL 90º 0.67% 0.22% -
HSV(B) 90º 0.8% 0.36% -
XYZ 5.51 8.51 1.92 -
YUV 72.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 55 92 18 0.40 0 0.80 0.64 90 0.67 0.22
Hex 37 5C 12 28 0 50 40 5A 43 16
Octal 67 134 22 50 0 120 100 132 103 26
Binary 110111 1011100 10010 101000 0 1010000 1000000 1011010 1000011 10110

Color Harmonies of #375C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C12

Black with #375C12

Text Example


Text Example

White with #375C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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