Html Css Color HEX #307656 Amazon

📋 copy color: '#307656'

red 48 ◦ green 118 ◦ blue 86

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

Shades of Amazon #307656

Tints of Amazon #307656

RGB

 RED value IS 48 (19.14% from 255) = 19.05%

 GREEN value IS 118 (46.48% from 255) = 46.83%

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 19.05%
G = 46.83%
B = 34.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#307656 (or 0x307656) is known color: Amazon. HEX triplet: 30, 76 and 56. RGB value is (48,118,86). Sum of RGB (Red+Green+Blue) = 48+118+86=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #307656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307656 is #CF89A9. Grayscale: #5D5D5D. Windows color (decimal): -13601194 or 5666352. OLE color: 5666352.

HSL color Cylindrical-coordinate representation of color #307656: hue angle of 152.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307656 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 86 -
CMYK 0.59 0 0.27 0.54
HSL 152.57º 0.42% 0.33% -
HSV(B) 152.57º 0.59% 0.46% -
XYZ 9.38 14.26 11.06 -
YUV 93.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 48 118 86 0.59 0 0.27 0.54 152.57 0.42 0.33
Hex 30 76 56 3B 0 1B 36 99 2A 21
Octal 60 166 126 73 0 33 66 231 52 41
Binary 110000 1110110 1010110 111011 0 11011 110110 10011001 101010 100001

Color Harmonies of #307656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307656

Black with #307656

Text Example


Text Example

White with #307656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307656; }

 p { color: rgb(48,118,86); }

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

background-color css

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

 a { background-color: rgb(48,118,86); }

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

border-color css

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

 span { border-color: rgb(48,118,86); }

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