Html Css Color HEX #38835D Amazon

📋 copy color: '#38835D'

red 56 ◦ green 131 ◦ blue 93

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

Shades of Amazon #38835D

Tints of Amazon #38835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.79%

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 20%
G = 46.79%
B = 33.21%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#38835D (or 0x38835D) is known color: Amazon. HEX triplet: 38, 83 and 5D. RGB value is (56,131,93). Sum of RGB (Red+Green+Blue) = 56+131+93=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #38835D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38835D is #C77CA2. Grayscale: #686868. Windows color (decimal): -13073571 or 6128440. OLE color: 6128440.

HSL color Cylindrical-coordinate representation of color #38835D: hue angle of 149.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38835D is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 131 93 -
CMYK 0.57 0 0.29 0.49
HSL 149.6º 0.4% 0.37% -
HSV(B) 149.6º 0.57% 0.51% -
XYZ 11.72 17.86 13.19 -
YUV 104.24 121.65 93.59 -
System Red Green Blue C M Y K H S L
Decimal 56 131 93 0.57 0 0.29 0.49 149.6 0.4 0.37
Hex 38 83 5D 39 0 1D 31 96 28 25
Octal 70 203 135 71 0 35 61 226 50 45
Binary 111000 10000011 1011101 111001 0 11101 110001 10010110 101000 100101

Color Harmonies of #38835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38835D

Black with #38835D

Text Example


Text Example

White with #38835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38835D; }

 p { color: rgb(56,131,93); }

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

background-color css

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

 a { background-color: rgb(56,131,93); }

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

border-color css

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

 span { border-color: rgb(56,131,93); }

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