Html Css Color HEX #38553C Hunter Green

📋 copy color: '#38553C'

red 56 ◦ green 85 ◦ blue 60

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

Shades of Hunter Green #38553C

Tints of Hunter Green #38553C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.85%

R = 27.86%
G = 42.29%
B = 29.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#38553C (or 0x38553C) is known color: Hunter Green. HEX triplet: 38, 55 and 3C. RGB value is (56,85,60). Sum of RGB (Red+Green+Blue) = 56+85+60=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #38553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38553C is #C7AAC3. Grayscale: #494949. Windows color (decimal): -13085380 or 3953976. OLE color: 3953976.

HSL color Cylindrical-coordinate representation of color #38553C: hue angle of 128.28º 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 #38553C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 60 -
CMYK 0.34 0 0.29 0.67
HSL 128.28º 0.21% 0.28% -
HSV(B) 128.28º 0.34% 0.33% -
XYZ 5.69 7.66 5.45 -
YUV 73.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 56 85 60 0.34 0 0.29 0.67 128.28 0.21 0.28
Hex 38 55 3C 22 0 1D 43 80 15 1C
Octal 70 125 74 42 0 35 103 200 25 34
Binary 111000 1010101 111100 100010 0 11101 1000011 10000000 10101 11100

Color Harmonies of #38553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38553C

Black with #38553C

Text Example


Text Example

White with #38553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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