Html Css Color HEX #307654 Amazon

📋 copy color: '#307654'

red 48 ◦ green 118 ◦ blue 84

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

Shades of Amazon #307654

Tints of Amazon #307654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.6%

R = 19.2%
G = 47.2%
B = 33.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#307654 (or 0x307654) is known color: Amazon. HEX triplet: 30, 76 and 54. RGB value is (48,118,84). Sum of RGB (Red+Green+Blue) = 48+118+84=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #307654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307654 is #CF89AB. Grayscale: #5D5D5D. Windows color (decimal): -13601196 or 5535280. OLE color: 5535280.

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

Color convert

RGB 48 118 84 -
CMYK 0.59 0 0.29 0.54
HSL 150.86º 0.42% 0.33% -
HSV(B) 150.86º 0.59% 0.46% -
XYZ 9.3 14.23 10.64 -
YUV 93.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 48 118 84 0.59 0 0.29 0.54 150.86 0.42 0.33
Hex 30 76 54 3B 0 1D 36 97 2A 21
Octal 60 166 124 73 0 35 66 227 52 41
Binary 110000 1110110 1010100 111011 0 11101 110110 10010111 101010 100001

Color Harmonies of #307654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307654

Black with #307654

Text Example


Text Example

White with #307654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307654; }

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

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

background-color css

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

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

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

border-color css

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

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

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