Html Css Color HEX #307652 Amazon

📋 copy color: '#307652'

red 48 ◦ green 118 ◦ blue 82

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

Shades of Amazon #307652

Tints of Amazon #307652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 19.35%
G = 47.58%
B = 33.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#307652 (or 0x307652) is known color: Amazon. HEX triplet: 30, 76 and 52. RGB value is (48,118,82). Sum of RGB (Red+Green+Blue) = 48+118+82=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #307652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307652 is #CF89AD. Grayscale: #5D5D5D. Windows color (decimal): -13601198 or 5404208. OLE color: 5404208.

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

Color convert

RGB 48 118 82 -
CMYK 0.59 0 0.31 0.54
HSL 149.14º 0.42% 0.33% -
HSV(B) 149.14º 0.59% 0.46% -
XYZ 9.22 14.19 10.24 -
YUV 92.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 48 118 82 0.59 0 0.31 0.54 149.14 0.42 0.33
Hex 30 76 52 3B 0 1F 36 95 2A 21
Octal 60 166 122 73 0 37 66 225 52 41
Binary 110000 1110110 1010010 111011 0 11111 110110 10010101 101010 100001

Color Harmonies of #307652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307652

Black with #307652

Text Example


Text Example

White with #307652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307652; }

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

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

background-color css

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

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

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

border-color css

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

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

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