Html Css Color HEX #3C734B Amazon

📋 copy color: '#3C734B'

red 60 ◦ green 115 ◦ blue 75

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

Shades of Amazon #3C734B

Tints of Amazon #3C734B

RGB

 RED value IS 60 (23.83% from 255) = 24%

 GREEN value IS 115 (45.31% from 255) = 46%

 BLUE value IS 75 (29.69% from 255) = 30%

R = 24%
G = 46%
B = 30%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#3C734B (or 0x3C734B) is known color: Amazon. HEX triplet: 3C, 73 and 4B. RGB value is (60,115,75). Sum of RGB (Red+Green+Blue) = 60+115+75=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #3C734B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C734B is #C38CB4. Grayscale: #5E5E5E. Windows color (decimal): -12815541 or 4944700. OLE color: 4944700.

HSL color Cylindrical-coordinate representation of color #3C734B: hue angle of 136.36º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C734B is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 115 75 -
CMYK 0.48 0 0.35 0.55
HSL 136.36º 0.31% 0.34% -
HSV(B) 136.36º 0.48% 0.45% -
XYZ 9.26 13.73 8.82 -
YUV 94 117.28 103.75 -
System Red Green Blue C M Y K H S L
Decimal 60 115 75 0.48 0 0.35 0.55 136.36 0.31 0.34
Hex 3C 73 4B 30 0 23 37 88 1F 22
Octal 74 163 113 60 0 43 67 210 37 42
Binary 111100 1110011 1001011 110000 0 100011 110111 10001000 11111 100010

Color Harmonies of #3C734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C734B

Black with #3C734B

Text Example


Text Example

White with #3C734B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,115,75); }

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

background-color css

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

 a { background-color: rgb(60,115,75); }

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

border-color css

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

 span { border-color: rgb(60,115,75); }

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