Html Css Color HEX #3B824F Amazon

📋 copy color: '#3B824F'

red 59 ◦ green 130 ◦ blue 79

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

Shades of Amazon #3B824F

Tints of Amazon #3B824F

RGB

 RED value IS 59 (23.44% from 255) = 22.01%

 GREEN value IS 130 (51.17% from 255) = 48.51%

 BLUE value IS 79 (31.25% from 255) = 29.48%

R = 22.01%
G = 48.51%
B = 29.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#3B824F (or 0x3B824F) is known color: Amazon. HEX triplet: 3B, 82 and 4F. RGB value is (59,130,79). Sum of RGB (Red+Green+Blue) = 59+130+79=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #3B824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B824F is #C47DB0. Grayscale: #676767. Windows color (decimal): -12877233 or 5210683. OLE color: 5210683.

HSL color Cylindrical-coordinate representation of color #3B824F: hue angle of 136.9º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B824F is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 59 130 79 -
CMYK 0.55 0 0.39 0.49
HSL 136.9º 0.38% 0.37% -
HSV(B) 136.9º 0.55% 0.51% -
XYZ 11.2 17.46 10.18 -
YUV 102.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 59 130 79 0.55 0 0.39 0.49 136.9 0.38 0.37
Hex 3B 82 4F 37 0 27 31 89 26 25
Octal 73 202 117 67 0 47 61 211 46 45
Binary 111011 10000010 1001111 110111 0 100111 110001 10001001 100110 100101

Color Harmonies of #3B824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B824F

Black with #3B824F

Text Example


Text Example

White with #3B824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,130,79); }

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

background-color css

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

 a { background-color: rgb(59,130,79); }

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

border-color css

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

 span { border-color: rgb(59,130,79); }

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