Html Css Color HEX #375A3A Hunter Green

📋 copy color: '#375A3A'

red 55 ◦ green 90 ◦ blue 58

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

Shades of Hunter Green #375A3A

Tints of Hunter Green #375A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 27.09%
G = 44.33%
B = 28.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#375A3A (or 0x375A3A) is known color: Hunter Green. HEX triplet: 37, 5A and 3A. RGB value is (55,90,58). Sum of RGB (Red+Green+Blue) = 55+90+58=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #375A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A3A is #C8A5C5. Grayscale: #4B4B4B. Windows color (decimal): -13149638 or 3824183. OLE color: 3824183.

HSL color Cylindrical-coordinate representation of color #375A3A: hue angle of 125.14º 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 #375A3A is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 90 58 -
CMYK 0.39 0 0.36 0.65
HSL 125.14º 0.24% 0.28% -
HSV(B) 125.14º 0.39% 0.35% -
XYZ 6 8.43 5.31 -
YUV 75.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 55 90 58 0.39 0 0.36 0.65 125.14 0.24 0.28
Hex 37 5A 3A 27 0 24 41 7D 18 1C
Octal 67 132 72 47 0 44 101 175 30 34
Binary 110111 1011010 111010 100111 0 100100 1000001 1111101 11000 11100

Color Harmonies of #375A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A3A

Black with #375A3A

Text Example


Text Example

White with #375A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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