Html Css Color HEX #308544 Amazon

📋 copy color: '#308544'

red 48 ◦ green 133 ◦ blue 68

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

Shades of Amazon #308544

Tints of Amazon #308544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

 BLUE value IS 68 (26.95% from 255) = 27.31%

R = 19.28%
G = 53.41%
B = 27.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#308544 (or 0x308544) is known color: Amazon. HEX triplet: 30, 85 and 44. RGB value is (48,133,68). Sum of RGB (Red+Green+Blue) = 48+133+68=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #308544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308544 is #CF7ABB. Grayscale: #646464. Windows color (decimal): -13597372 or 4490544. OLE color: 4490544.

HSL color Cylindrical-coordinate representation of color #308544: hue angle of 134.12º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308544 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 68 -
CMYK 0.64 0 0.49 0.48
HSL 134.12º 0.47% 0.35% -
HSV(B) 134.12º 0.64% 0.52% -
XYZ 10.65 17.82 8.35 -
YUV 100.18 109.84 90.79 -
System Red Green Blue C M Y K H S L
Decimal 48 133 68 0.64 0 0.49 0.48 134.12 0.47 0.35
Hex 30 85 44 40 0 31 30 86 2F 23
Octal 60 205 104 100 0 61 60 206 57 43
Binary 110000 10000101 1000100 1000000 0 110001 110000 10000110 101111 100011

Color Harmonies of #308544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308544

Black with #308544

Text Example


Text Example

White with #308544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308544; }

 p { color: rgb(48,133,68); }

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

background-color css

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

 a { background-color: rgb(48,133,68); }

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

border-color css

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

 span { border-color: rgb(48,133,68); }

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