Html Css Color HEX #375C13 Verdun Green

📋 copy color: '#375C13'

red 55 ◦ green 92 ◦ blue 19

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

Shades of Verdun Green #375C13

Tints of Verdun Green #375C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.45%

R = 33.13%
G = 55.42%
B = 11.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#375C13 (or 0x375C13) is known color: Verdun Green. HEX triplet: 37, 5C and 13. RGB value is (55,92,19). Sum of RGB (Red+Green+Blue) = 55+92+19=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #375C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375C13 is #C8A3EC. Grayscale: #484848. Windows color (decimal): -13149165 or 1268791. OLE color: 1268791.

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

Color convert

RGB 55 92 19 -
CMYK 0.40 0 0.79 0.64
HSL 90.41º 0.66% 0.22% -
HSV(B) 90.41º 0.79% 0.36% -
XYZ 5.52 8.51 1.97 -
YUV 72.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 55 92 19 0.40 0 0.79 0.64 90.41 0.66 0.22
Hex 37 5C 13 28 0 4F 40 5A 42 16
Octal 67 134 23 50 0 117 100 132 102 26
Binary 110111 1011100 10011 101000 0 1001111 1000000 1011010 1000010 10110

Color Harmonies of #375C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C13

Black with #375C13

Text Example


Text Example

White with #375C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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