Html Css Color HEX #38563C Hunter Green

📋 copy color: '#38563C'

red 56 ◦ green 86 ◦ blue 60

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

Shades of Hunter Green #38563C

Tints of Hunter Green #38563C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.57%

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

R = 27.72%
G = 42.57%
B = 29.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#38563C (or 0x38563C) is known color: Hunter Green. HEX triplet: 38, 56 and 3C. RGB value is (56,86,60). Sum of RGB (Red+Green+Blue) = 56+86+60=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 86 - color contains mainly: green. Hex color #38563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38563C is #C7A9C3. Grayscale: #4A4A4A. Windows color (decimal): -13085124 or 3954232. OLE color: 3954232.

HSL color Cylindrical-coordinate representation of color #38563C: hue angle of 128º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38563C is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 86 60 -
CMYK 0.35 0 0.30 0.66
HSL 128º 0.21% 0.28% -
HSV(B) 128º 0.35% 0.34% -
XYZ 5.77 7.82 5.48 -
YUV 74.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 56 86 60 0.35 0 0.30 0.66 128 0.21 0.28
Hex 38 56 3C 23 0 1E 42 80 15 1C
Octal 70 126 74 43 0 36 102 200 25 34
Binary 111000 1010110 111100 100011 0 11110 1000010 10000000 10101 11100

Color Harmonies of #38563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38563C

Black with #38563C

Text Example


Text Example

White with #38563C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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