Html Css Color HEX #375D3F Hunter Green

📋 copy color: '#375D3F'

red 55 ◦ green 93 ◦ blue 63

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

Shades of Hunter Green #375D3F

Tints of Hunter Green #375D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.08%

 BLUE value IS 63 (25% from 255) = 29.86%

R = 26.07%
G = 44.08%
B = 29.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#375D3F (or 0x375D3F) is known color: Hunter Green. HEX triplet: 37, 5D and 3F. RGB value is (55,93,63). Sum of RGB (Red+Green+Blue) = 55+93+63=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #375D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375D3F is #C8A2C0. Grayscale: #4E4E4E. Windows color (decimal): -13148865 or 4152631. OLE color: 4152631.

HSL color Cylindrical-coordinate representation of color #375D3F: hue angle of 132.63º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375D3F is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 93 63 -
CMYK 0.41 0 0.32 0.64
HSL 132.63º 0.26% 0.29% -
HSV(B) 132.63º 0.41% 0.36% -
XYZ 6.39 9 6.1 -
YUV 78.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 55 93 63 0.41 0 0.32 0.64 132.63 0.26 0.29
Hex 37 5D 3F 29 0 20 40 85 1A 1D
Octal 67 135 77 51 0 40 100 205 32 35
Binary 110111 1011101 111111 101001 0 100000 1000000 10000101 11010 11101

Color Harmonies of #375D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D3F

Black with #375D3F

Text Example


Text Example

White with #375D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,93,63); }

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

background-color css

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

 a { background-color: rgb(55,93,63); }

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

border-color css

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

 span { border-color: rgb(55,93,63); }

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