Html Css Color HEX #367B45 Amazon

📋 copy color: '#367B45'

red 54 ◦ green 123 ◦ blue 69

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

Shades of Amazon #367B45

Tints of Amazon #367B45

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50%

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

R = 21.95%
G = 50%
B = 28.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#367B45 (or 0x367B45) is known color: Amazon. HEX triplet: 36, 7B and 45. RGB value is (54,123,69). Sum of RGB (Red+Green+Blue) = 54+123+69=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #367B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367B45 is #C984BA. Grayscale: #606060. Windows color (decimal): -13206715 or 4553526. OLE color: 4553526.

HSL color Cylindrical-coordinate representation of color #367B45: hue angle of 133.04º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367B45 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 123 69 -
CMYK 0.56 0 0.44 0.52
HSL 133.04º 0.39% 0.35% -
HSV(B) 133.04º 0.56% 0.48% -
XYZ 9.68 15.38 8.09 -
YUV 96.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 54 123 69 0.56 0 0.44 0.52 133.04 0.39 0.35
Hex 36 7B 45 38 0 2C 34 85 27 23
Octal 66 173 105 70 0 54 64 205 47 43
Binary 110110 1111011 1000101 111000 0 101100 110100 10000101 100111 100011

Color Harmonies of #367B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367B45

Black with #367B45

Text Example


Text Example

White with #367B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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