Html Css Color HEX #38835E Amazon

📋 copy color: '#38835E'

red 56 ◦ green 131 ◦ blue 94

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

Shades of Amazon #38835E

Tints of Amazon #38835E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 19.93%
G = 46.62%
B = 33.45%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#38835E (or 0x38835E) is known color: Amazon. HEX triplet: 38, 83 and 5E. RGB value is (56,131,94). Sum of RGB (Red+Green+Blue) = 56+131+94=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #38835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38835E is #C77CA1. Grayscale: #686868. Windows color (decimal): -13073570 or 6193976. OLE color: 6193976.

HSL color Cylindrical-coordinate representation of color #38835E: hue angle of 150.4º 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 #38835E is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 131 94 -
CMYK 0.57 0 0.28 0.49
HSL 150.4º 0.4% 0.37% -
HSV(B) 150.4º 0.57% 0.51% -
XYZ 11.77 17.88 13.42 -
YUV 104.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 56 131 94 0.57 0 0.28 0.49 150.4 0.4 0.37
Hex 38 83 5E 39 0 1C 31 96 28 25
Octal 70 203 136 71 0 34 61 226 50 45
Binary 111000 10000011 1011110 111001 0 11100 110001 10010110 101000 100101

Color Harmonies of #38835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38835E

Black with #38835E

Text Example


Text Example

White with #38835E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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