Html Css Color HEX #307758 Amazon

📋 copy color: '#307758'

red 48 ◦ green 119 ◦ blue 88

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

Shades of Amazon #307758

Tints of Amazon #307758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 18.82%
G = 46.67%
B = 34.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#307758 (or 0x307758) is known color: Amazon. HEX triplet: 30, 77 and 58. RGB value is (48,119,88). Sum of RGB (Red+Green+Blue) = 48+119+88=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #307758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307758 is #CF88A7. Grayscale: #5E5E5E. Windows color (decimal): -13600936 or 5797680. OLE color: 5797680.

HSL color Cylindrical-coordinate representation of color #307758: hue angle of 153.8º 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 #307758 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 88 -
CMYK 0.60 0 0.26 0.53
HSL 153.8º 0.43% 0.33% -
HSV(B) 153.8º 0.6% 0.47% -
XYZ 9.58 14.53 11.53 -
YUV 94.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 48 119 88 0.60 0 0.26 0.53 153.8 0.43 0.33
Hex 30 77 58 3C 0 1A 35 9A 2B 21
Octal 60 167 130 74 0 32 65 232 53 41
Binary 110000 1110111 1011000 111100 0 11010 110101 10011010 101011 100001

Color Harmonies of #307758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307758

Black with #307758

Text Example


Text Example

White with #307758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307758; }

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

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

background-color css

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

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

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

border-color css

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

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

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