Html Css Color HEX #38855A Amazon

📋 copy color: '#38855A'

red 56 ◦ green 133 ◦ blue 90

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

Shades of Amazon #38855A

Tints of Amazon #38855A

RGB

 RED value IS 56 (22.27% from 255) = 20.07%

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

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 20.07%
G = 47.67%
B = 32.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#38855A (or 0x38855A) is known color: Amazon. HEX triplet: 38, 85 and 5A. RGB value is (56,133,90). Sum of RGB (Red+Green+Blue) = 56+133+90=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #38855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38855A is #C77AA5. Grayscale: #696969. Windows color (decimal): -13073062 or 5932344. OLE color: 5932344.

HSL color Cylindrical-coordinate representation of color #38855A: hue angle of 146.49º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38855A is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 90 -
CMYK 0.58 0 0.32 0.48
HSL 146.49º 0.41% 0.37% -
HSV(B) 146.49º 0.58% 0.52% -
XYZ 11.86 18.35 12.59 -
YUV 105.08 119.49 93 -
System Red Green Blue C M Y K H S L
Decimal 56 133 90 0.58 0 0.32 0.48 146.49 0.41 0.37
Hex 38 85 5A 3A 0 20 30 92 29 25
Octal 70 205 132 72 0 40 60 222 51 45
Binary 111000 10000101 1011010 111010 0 100000 110000 10010010 101001 100101

Color Harmonies of #38855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38855A

Black with #38855A

Text Example


Text Example

White with #38855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38855A; }

 p { color: rgb(56,133,90); }

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

background-color css

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

 a { background-color: rgb(56,133,90); }

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

border-color css

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

 span { border-color: rgb(56,133,90); }

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