Html Css Color HEX #38523B Hunter Green

📋 copy color: '#38523B'

red 56 ◦ green 82 ◦ blue 59

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

Shades of Hunter Green #38523B

Tints of Hunter Green #38523B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 59 (23.44% from 255) = 29.95%

R = 28.43%
G = 41.62%
B = 29.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#38523B (or 0x38523B) is known color: Hunter Green. HEX triplet: 38, 52 and 3B. RGB value is (56,82,59). Sum of RGB (Red+Green+Blue) = 56+82+59=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #38523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38523B is #C7ADC4. Grayscale: #474747. Windows color (decimal): -13086149 or 3887672. OLE color: 3887672.

HSL color Cylindrical-coordinate representation of color #38523B: hue angle of 126.92º 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 #38523B is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 59 -
CMYK 0.32 0 0.28 0.68
HSL 126.92º 0.19% 0.27% -
HSV(B) 126.92º 0.32% 0.32% -
XYZ 5.44 7.19 5.24 -
YUV 71.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 56 82 59 0.32 0 0.28 0.68 126.92 0.19 0.27
Hex 38 52 3B 20 0 1C 44 7F 13 1B
Octal 70 122 73 40 0 34 104 177 23 33
Binary 111000 1010010 111011 100000 0 11100 1000100 1111111 10011 11011

Color Harmonies of #38523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38523B

Black with #38523B

Text Example


Text Example

White with #38523B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38523B;
 }
 .AnyTagClassName
 {
   color: #38523B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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