Html Css Color HEX #3D533F Hunter Green

📋 copy color: '#3D533F'

red 61 ◦ green 83 ◦ blue 63

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

Shades of Hunter Green #3D533F

Tints of Hunter Green #3D533F

RGB

 RED value IS 61 (24.22% from 255) = 29.47%

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

 BLUE value IS 63 (25% from 255) = 30.43%

R = 29.47%
G = 40.1%
B = 30.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#3D533F (or 0x3D533F) is known color: Hunter Green. HEX triplet: 3D, 53 and 3F. RGB value is (61,83,63). Sum of RGB (Red+Green+Blue) = 61+83+63=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #3D533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D533F is #C2ACC0. Grayscale: #4A4A4A. Windows color (decimal): -12758209 or 4150077. OLE color: 4150077.

HSL color Cylindrical-coordinate representation of color #3D533F: hue angle of 125.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D533F is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 83 63 -
CMYK 0.27 0 0.24 0.67
HSL 125.45º 0.15% 0.28% -
HSV(B) 125.45º 0.27% 0.33% -
XYZ 5.91 7.54 5.85 -
YUV 74.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 61 83 63 0.27 0 0.24 0.67 125.45 0.15 0.28
Hex 3D 53 3F 1B 0 18 43 7D F 1C
Octal 75 123 77 33 0 30 103 175 17 34
Binary 111101 1010011 111111 11011 0 11000 1000011 1111101 1111 11100

Color Harmonies of #3D533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D533F

Black with #3D533F

Text Example


Text Example

White with #3D533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D533F; }

 p { color: rgb(61,83,63); }

 H1.HeaderClassName
 {
   color: #3D533F;
 }
 .AnyTagClassName
 {
   color: #3D533F;
 }
</style>

background-color css

<style>
 a { background-color: #3D533F; }

 a { background-color: rgb(61,83,63); }

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

border-color css

<style>
 span { border-color: #3D533F; }

 span { border-color: rgb(61,83,63); }

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