Html Css Color HEX #307650 Amazon

📋 copy color: '#307650'

red 48 ◦ green 118 ◦ blue 80

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

Shades of Amazon #307650

Tints of Amazon #307650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 19.51%
G = 47.97%
B = 32.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#307650 (or 0x307650) is known color: Amazon. HEX triplet: 30, 76 and 50. RGB value is (48,118,80). Sum of RGB (Red+Green+Blue) = 48+118+80=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #307650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307650 is #CF89AF. Grayscale: #5C5C5C. Windows color (decimal): -13601200 or 5273136. OLE color: 5273136.

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

Color convert

RGB 48 118 80 -
CMYK 0.59 0 0.32 0.54
HSL 147.43º 0.42% 0.33% -
HSV(B) 147.43º 0.59% 0.46% -
XYZ 9.15 14.16 9.84 -
YUV 92.74 120.81 96.09 -
System Red Green Blue C M Y K H S L
Decimal 48 118 80 0.59 0 0.32 0.54 147.43 0.42 0.33
Hex 30 76 50 3B 0 20 36 93 2A 21
Octal 60 166 120 73 0 40 66 223 52 41
Binary 110000 1110110 1010000 111011 0 100000 110110 10010011 101010 100001

Color Harmonies of #307650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307650

Black with #307650

Text Example


Text Example

White with #307650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307650; }

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

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

background-color css

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

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

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

border-color css

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

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

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