Html Css Color HEX #307651 Amazon

📋 copy color: '#307651'

red 48 ◦ green 118 ◦ blue 81

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

Shades of Amazon #307651

Tints of Amazon #307651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 19.43%
G = 47.77%
B = 32.79%

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

#307651 (or 0x307651) is known color: Amazon. HEX triplet: 30, 76 and 51. RGB value is (48,118,81). Sum of RGB (Red+Green+Blue) = 48+118+81=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #307651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307651 is #CF89AE. Grayscale: #5C5C5C. Windows color (decimal): -13601199 or 5338672. OLE color: 5338672.

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

Color convert

RGB 48 118 81 -
CMYK 0.59 0 0.31 0.54
HSL 148.29º 0.42% 0.33% -
HSV(B) 148.29º 0.59% 0.46% -
XYZ 9.18 14.18 10.04 -
YUV 92.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 48 118 81 0.59 0 0.31 0.54 148.29 0.42 0.33
Hex 30 76 51 3B 0 1F 36 94 2A 21
Octal 60 166 121 73 0 37 66 224 52 41
Binary 110000 1110110 1010001 111011 0 11111 110110 10010100 101010 100001

Color Harmonies of #307651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307651

Black with #307651

Text Example


Text Example

White with #307651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307651; }

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

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

background-color css

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

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

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

border-color css

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

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

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