Html Css Color HEX #375A3D Hunter Green

📋 copy color: '#375A3D'

red 55 ◦ green 90 ◦ blue 61

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

Shades of Hunter Green #375A3D

Tints of Hunter Green #375A3D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.69%

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 26.7%
G = 43.69%
B = 29.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#375A3D (or 0x375A3D) is known color: Hunter Green. HEX triplet: 37, 5A and 3D. RGB value is (55,90,61). Sum of RGB (Red+Green+Blue) = 55+90+61=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #375A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A3D is #C8A5C2. Grayscale: #4C4C4C. Windows color (decimal): -13149635 or 4020791. OLE color: 4020791.

HSL color Cylindrical-coordinate representation of color #375A3D: hue angle of 130.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #375A3D is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 90 61 -
CMYK 0.39 0 0.32 0.65
HSL 130.29º 0.24% 0.28% -
HSV(B) 130.29º 0.39% 0.35% -
XYZ 6.07 8.46 5.73 -
YUV 76.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 55 90 61 0.39 0 0.32 0.65 130.29 0.24 0.28
Hex 37 5A 3D 27 0 20 41 82 18 1C
Octal 67 132 75 47 0 40 101 202 30 34
Binary 110111 1011010 111101 100111 0 100000 1000001 10000010 11000 11100

Color Harmonies of #375A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A3D

Black with #375A3D

Text Example


Text Example

White with #375A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,90,61); }

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

background-color css

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

 a { background-color: rgb(55,90,61); }

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

border-color css

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

 span { border-color: rgb(55,90,61); }

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