Html Css Color HEX #30765A Amazon

📋 copy color: '#30765A'

red 48 ◦ green 118 ◦ blue 90

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

Shades of Amazon #30765A

Tints of Amazon #30765A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 18.75%
G = 46.09%
B = 35.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#30765A (or 0x30765A) is known color: Amazon. HEX triplet: 30, 76 and 5A. RGB value is (48,118,90). Sum of RGB (Red+Green+Blue) = 48+118+90=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #30765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30765A is #CF89A5. Grayscale: #5D5D5D. Windows color (decimal): -13601190 or 5928496. OLE color: 5928496.

HSL color Cylindrical-coordinate representation of color #30765A: hue angle of 156º 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 #30765A is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 90 -
CMYK 0.59 0 0.24 0.54
HSL 156º 0.42% 0.33% -
HSV(B) 156º 0.59% 0.46% -
XYZ 9.54 14.32 11.93 -
YUV 93.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 48 118 90 0.59 0 0.24 0.54 156 0.42 0.33
Hex 30 76 5A 3B 0 18 36 9C 2A 21
Octal 60 166 132 73 0 30 66 234 52 41
Binary 110000 1110110 1011010 111011 0 11000 110110 10011100 101010 100001

Color Harmonies of #30765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30765A

Black with #30765A

Text Example


Text Example

White with #30765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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