Html Css Color HEX #38503A Hunter Green

📋 copy color: '#38503A'

red 56 ◦ green 80 ◦ blue 58

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

Shades of Hunter Green #38503A

Tints of Hunter Green #38503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

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

R = 28.87%
G = 41.24%
B = 29.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#38503A (or 0x38503A) is known color: Hunter Green. HEX triplet: 38, 50 and 3A. RGB value is (56,80,58). Sum of RGB (Red+Green+Blue) = 56+80+58=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #38503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38503A is #C7AFC5. Grayscale: #464646. Windows color (decimal): -13086662 or 3821624. OLE color: 3821624.

HSL color Cylindrical-coordinate representation of color #38503A: hue angle of 125º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38503A is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 58 -
CMYK 0.30 0 0.28 0.69
HSL 125º 0.18% 0.27% -
HSV(B) 125º 0.3% 0.31% -
XYZ 5.26 6.88 5.05 -
YUV 70.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 56 80 58 0.30 0 0.28 0.69 125 0.18 0.27
Hex 38 50 3A 1E 0 1C 45 7D 12 1B
Octal 70 120 72 36 0 34 105 175 22 33
Binary 111000 1010000 111010 11110 0 11100 1000101 1111101 10010 11011

Color Harmonies of #38503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38503A

Black with #38503A

Text Example


Text Example

White with #38503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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