#38523A

Color #38523A Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #38523A

Tints of Hunter Green #38523A

Color information

#38523A (or 0x38523A) is unknown color: approx Hunter Green. HEX triplet: 38, 52 and 3A. RGB value is (56,82,58). Sum of RGB (Red+Green+Blue) = 56+82+58=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #38523A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38523A is #C7ADC5. Grayscale: #474747. Windows color (decimal): -13086150 or 3822136. OLE color: 3822136.

HSL color Cylindrical-coordinate representation of color #38523A: hue angle of 124.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38523A is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB568258-
CMYK0.3200.290.68
HSL124.62º18.84%27.06%-
HSV(B)124.62º31.71%32.16%-
XYZ5.417.185.1-
YUV71.49120.39116.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=28.57%
G=41.84%
B=29.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5682580.3200.290.68124.6218.8427.06
Hex38523A2001D447d131b
Octal7012272400351041752333
Binary1110001010010111010100000011101100010011111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38523A;
 }
 .AnyTagClassName
 {
   color: #38523A;
 }
</style>
background-color css

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

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

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

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

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

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