Html Css Color HEX #307454 Amazon

📋 copy color: '#307454'

red 48 ◦ green 116 ◦ blue 84

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

Shades of Amazon #307454

Tints of Amazon #307454

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.77%

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

R = 19.35%
G = 46.77%
B = 33.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#307454 (or 0x307454) is known color: Amazon. HEX triplet: 30, 74 and 54. RGB value is (48,116,84). Sum of RGB (Red+Green+Blue) = 48+116+84=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #307454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307454 is #CF8BAB. Grayscale: #5C5C5C. Windows color (decimal): -13601708 or 5534768. OLE color: 5534768.

HSL color Cylindrical-coordinate representation of color #307454: hue angle of 151.76º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307454 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 84 -
CMYK 0.59 0 0.28 0.55
HSL 151.76º 0.41% 0.32% -
HSV(B) 151.76º 0.59% 0.45% -
XYZ 9.06 13.76 10.57 -
YUV 92.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 48 116 84 0.59 0 0.28 0.55 151.76 0.41 0.32
Hex 30 74 54 3B 0 1C 37 98 29 20
Octal 60 164 124 73 0 34 67 230 51 40
Binary 110000 1110100 1010100 111011 0 11100 110111 10011000 101001 100000

Color Harmonies of #307454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307454

Black with #307454

Text Example


Text Example

White with #307454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307454; }

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

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

background-color css

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

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

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

border-color css

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

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

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