Html Css Color HEX #38553A Hunter Green

📋 copy color: '#38553A'

red 56 ◦ green 85 ◦ blue 58

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

Shades of Hunter Green #38553A

Tints of Hunter Green #38553A

RGB

 RED value IS 56 (22.27% from 255) = 28.14%

 GREEN value IS 85 (33.59% from 255) = 42.71%

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

R = 28.14%
G = 42.71%
B = 29.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#38553A (or 0x38553A) is known color: Hunter Green. HEX triplet: 38, 55 and 3A. RGB value is (56,85,58). Sum of RGB (Red+Green+Blue) = 56+85+58=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #38553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38553A is #C7AAC5. Grayscale: #494949. Windows color (decimal): -13085382 or 3822904. OLE color: 3822904.

HSL color Cylindrical-coordinate representation of color #38553A: hue angle of 124.14º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38553A is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 58 -
CMYK 0.34 0 0.32 0.67
HSL 124.14º 0.21% 0.28% -
HSV(B) 124.14º 0.34% 0.33% -
XYZ 5.64 7.64 5.18 -
YUV 73.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 56 85 58 0.34 0 0.32 0.67 124.14 0.21 0.28
Hex 38 55 3A 22 0 20 43 7C 15 1C
Octal 70 125 72 42 0 40 103 174 25 34
Binary 111000 1010101 111010 100010 0 100000 1000011 1111100 10101 11100

Color Harmonies of #38553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38553A

Black with #38553A

Text Example


Text Example

White with #38553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38553A; }

 p { color: rgb(56,85,58); }

 H1.HeaderClassName
 {
   color: #38553A;
 }
 .AnyTagClassName
 {
   color: #38553A;
 }
</style>

background-color css

<style>
 a { background-color: #38553A; }

 a { background-color: rgb(56,85,58); }

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

border-color css

<style>
 span { border-color: #38553A; }

 span { border-color: rgb(56,85,58); }

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