Html Css Color HEX #368145 Amazon

📋 copy color: '#368145'

red 54 ◦ green 129 ◦ blue 69

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

Shades of Amazon #368145

Tints of Amazon #368145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.19%

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

R = 21.43%
G = 51.19%
B = 27.38%

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

#368145 (or 0x368145) is known color: Amazon. HEX triplet: 36, 81 and 45. RGB value is (54,129,69). Sum of RGB (Red+Green+Blue) = 54+129+69=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #368145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368145 is #C97EBA. Grayscale: #636363. Windows color (decimal): -13205179 or 4555062. OLE color: 4555062.

HSL color Cylindrical-coordinate representation of color #368145: hue angle of 132º 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 #368145 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 129 69 -
CMYK 0.58 0 0.47 0.49
HSL 132º 0.41% 0.36% -
HSV(B) 132º 0.58% 0.51% -
XYZ 10.45 16.91 8.34 -
YUV 99.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 54 129 69 0.58 0 0.47 0.49 132 0.41 0.36
Hex 36 81 45 3A 0 2F 31 84 29 24
Octal 66 201 105 72 0 57 61 204 51 44
Binary 110110 10000001 1000101 111010 0 101111 110001 10000100 101001 100100

Color Harmonies of #368145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368145

Black with #368145

Text Example


Text Example

White with #368145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368145; }

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

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

background-color css

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

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

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

border-color css

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

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

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