Html Css Color HEX #38854B Amazon

📋 copy color: '#38854B'

red 56 ◦ green 133 ◦ blue 75

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

Shades of Amazon #38854B

Tints of Amazon #38854B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.41%

R = 21.21%
G = 50.38%
B = 28.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#38854B (or 0x38854B) is known color: Amazon. HEX triplet: 38, 85 and 4B. RGB value is (56,133,75). Sum of RGB (Red+Green+Blue) = 56+133+75=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #38854B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38854B is #C77AB4. Grayscale: #676767. Windows color (decimal): -13073077 or 4949304. OLE color: 4949304.

HSL color Cylindrical-coordinate representation of color #38854B: hue angle of 134.81º 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 #38854B is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 75 -
CMYK 0.58 0 0.44 0.48
HSL 134.81º 0.41% 0.37% -
HSV(B) 134.81º 0.58% 0.52% -
XYZ 11.29 18.12 9.56 -
YUV 103.37 111.99 94.22 -
System Red Green Blue C M Y K H S L
Decimal 56 133 75 0.58 0 0.44 0.48 134.81 0.41 0.37
Hex 38 85 4B 3A 0 2C 30 87 29 25
Octal 70 205 113 72 0 54 60 207 51 45
Binary 111000 10000101 1001011 111010 0 101100 110000 10000111 101001 100101

Color Harmonies of #38854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38854B

Black with #38854B

Text Example


Text Example

White with #38854B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38854B; }

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

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

background-color css

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

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

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

border-color css

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

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

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