Html Css Color HEX #307755 Amazon

📋 copy color: '#307755'

red 48 ◦ green 119 ◦ blue 85

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

Shades of Amazon #307755

Tints of Amazon #307755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.22%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 19.05%
G = 47.22%
B = 33.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#307755 (or 0x307755) is known color: Amazon. HEX triplet: 30, 77 and 55. RGB value is (48,119,85). Sum of RGB (Red+Green+Blue) = 48+119+85=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #307755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307755 is #CF88AA. Grayscale: #5D5D5D. Windows color (decimal): -13600939 or 5601072. OLE color: 5601072.

HSL color Cylindrical-coordinate representation of color #307755: hue angle of 151.27º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307755 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 85 -
CMYK 0.60 0 0.29 0.53
HSL 151.27º 0.43% 0.33% -
HSV(B) 151.27º 0.6% 0.47% -
XYZ 9.46 14.48 10.89 -
YUV 93.9 122.98 95.26 -
System Red Green Blue C M Y K H S L
Decimal 48 119 85 0.60 0 0.29 0.53 151.27 0.43 0.33
Hex 30 77 55 3C 0 1D 35 97 2B 21
Octal 60 167 125 74 0 35 65 227 53 41
Binary 110000 1110111 1010101 111100 0 11101 110101 10010111 101011 100001

Color Harmonies of #307755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307755

Black with #307755

Text Example


Text Example

White with #307755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307755; }

 p { color: rgb(48,119,85); }

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

background-color css

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

 a { background-color: rgb(48,119,85); }

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

border-color css

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

 span { border-color: rgb(48,119,85); }

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