Html Css Color HEX #38533A Hunter Green

📋 copy color: '#38533A'

red 56 ◦ green 83 ◦ blue 58

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

Shades of Hunter Green #38533A

Tints of Hunter Green #38533A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.13%

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

R = 28.43%
G = 42.13%
B = 29.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#38533A (or 0x38533A) is known color: Hunter Green. HEX triplet: 38, 53 and 3A. RGB value is (56,83,58). Sum of RGB (Red+Green+Blue) = 56+83+58=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #38533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38533A is #C7ACC5. Grayscale: #484848. Windows color (decimal): -13085894 or 3822392. OLE color: 3822392.

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

Color convert

RGB 56 83 58 -
CMYK 0.33 0 0.30 0.67
HSL 124.44º 0.19% 0.27% -
HSV(B) 124.44º 0.33% 0.33% -
XYZ 5.49 7.33 5.13 -
YUV 72.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 56 83 58 0.33 0 0.30 0.67 124.44 0.19 0.27
Hex 38 53 3A 21 0 1E 43 7C 13 1B
Octal 70 123 72 41 0 36 103 174 23 33
Binary 111000 1010011 111010 100001 0 11110 1000011 1111100 10011 11011

Color Harmonies of #38533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38533A

Black with #38533A

Text Example


Text Example

White with #38533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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