Html Css Color HEX #368245 Amazon

📋 copy color: '#368245'

red 54 ◦ green 130 ◦ blue 69

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

Shades of Amazon #368245

Tints of Amazon #368245

RGB

 RED value IS 54 (21.48% from 255) = 21.34%

 GREEN value IS 130 (51.17% from 255) = 51.38%

 BLUE value IS 69 (27.34% from 255) = 27.27%

R = 21.34%
G = 51.38%
B = 27.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#368245 (or 0x368245) is known color: Amazon. HEX triplet: 36, 82 and 45. RGB value is (54,130,69). Sum of RGB (Red+Green+Blue) = 54+130+69=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #368245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368245 is #C97DBA. Grayscale: #646464. Windows color (decimal): -13204923 or 4555318. OLE color: 4555318.

HSL color Cylindrical-coordinate representation of color #368245: hue angle of 131.84º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368245 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 130 69 -
CMYK 0.58 0 0.47 0.49
HSL 131.84º 0.41% 0.36% -
HSV(B) 131.84º 0.58% 0.51% -
XYZ 10.58 17.18 8.39 -
YUV 100.32 110.32 94.96 -
System Red Green Blue C M Y K H S L
Decimal 54 130 69 0.58 0 0.47 0.49 131.84 0.41 0.36
Hex 36 82 45 3A 0 2F 31 84 29 24
Octal 66 202 105 72 0 57 61 204 51 44
Binary 110110 10000010 1000101 111010 0 101111 110001 10000100 101001 100100

Color Harmonies of #368245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368245

Black with #368245

Text Example


Text Example

White with #368245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368245; }

 p { color: rgb(54,130,69); }

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

background-color css

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

 a { background-color: rgb(54,130,69); }

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

border-color css

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

 span { border-color: rgb(54,130,69); }

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