Html Css Color HEX #307355 Amazon

📋 copy color: '#307355'

red 48 ◦ green 115 ◦ blue 85

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

Shades of Amazon #307355

Tints of Amazon #307355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.37%

 BLUE value IS 85 (33.59% from 255) = 34.27%

R = 19.35%
G = 46.37%
B = 34.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#307355 (or 0x307355) is known color: Amazon. HEX triplet: 30, 73 and 55. RGB value is (48,115,85). Sum of RGB (Red+Green+Blue) = 48+115+85=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #307355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307355 is #CF8CAA. Grayscale: #5B5B5B. Windows color (decimal): -13601963 or 5600048. OLE color: 5600048.

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

Color convert

RGB 48 115 85 -
CMYK 0.58 0 0.26 0.55
HSL 153.13º 0.41% 0.32% -
HSV(B) 153.13º 0.58% 0.45% -
XYZ 8.99 13.55 10.74 -
YUV 91.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 48 115 85 0.58 0 0.26 0.55 153.13 0.41 0.32
Hex 30 73 55 3A 0 1A 37 99 29 20
Octal 60 163 125 72 0 32 67 231 51 40
Binary 110000 1110011 1010101 111010 0 11010 110111 10011001 101001 100000

Color Harmonies of #307355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307355

Black with #307355

Text Example


Text Example

White with #307355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307355; }

 p { color: rgb(48,115,85); }

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

background-color css

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

 a { background-color: rgb(48,115,85); }

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

border-color css

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

 span { border-color: rgb(48,115,85); }

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