Html Css Color HEX #307643 Amazon

📋 copy color: '#307643'

red 48 ◦ green 118 ◦ blue 67

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

Shades of Amazon #307643

Tints of Amazon #307643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.76%

R = 20.6%
G = 50.64%
B = 28.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#307643 (or 0x307643) is known color: Amazon. HEX triplet: 30, 76 and 43. RGB value is (48,118,67). Sum of RGB (Red+Green+Blue) = 48+118+67=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #307643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307643 is #CF89BC. Grayscale: #5B5B5B. Windows color (decimal): -13601213 or 4421168. OLE color: 4421168.

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

Color convert

RGB 48 118 67 -
CMYK 0.59 0 0.43 0.54
HSL 136.29º 0.42% 0.33% -
HSV(B) 136.29º 0.59% 0.46% -
XYZ 8.71 13.99 7.55 -
YUV 91.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 48 118 67 0.59 0 0.43 0.54 136.29 0.42 0.33
Hex 30 76 43 3B 0 2B 36 88 2A 21
Octal 60 166 103 73 0 53 66 210 52 41
Binary 110000 1110110 1000011 111011 0 101011 110110 10001000 101010 100001

Color Harmonies of #307643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307643

Black with #307643

Text Example


Text Example

White with #307643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307643; }

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

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

background-color css

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

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

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

border-color css

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

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

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