Html Css Color HEX #38834E Amazon

📋 copy color: '#38834E'

red 56 ◦ green 131 ◦ blue 78

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

Shades of Amazon #38834E

Tints of Amazon #38834E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.43%

R = 21.13%
G = 49.43%
B = 29.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#38834E (or 0x38834E) is known color: Amazon. HEX triplet: 38, 83 and 4E. RGB value is (56,131,78). Sum of RGB (Red+Green+Blue) = 56+131+78=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #38834E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38834E is #C77CB1. Grayscale: #666666. Windows color (decimal): -13073586 or 5145400. OLE color: 5145400.

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

Color convert

RGB 56 131 78 -
CMYK 0.57 0 0.40 0.49
HSL 137.6º 0.4% 0.37% -
HSV(B) 137.6º 0.57% 0.51% -
XYZ 11.12 17.62 10.02 -
YUV 102.53 114.15 94.81 -
System Red Green Blue C M Y K H S L
Decimal 56 131 78 0.57 0 0.40 0.49 137.6 0.4 0.37
Hex 38 83 4E 39 0 28 31 8A 28 25
Octal 70 203 116 71 0 50 61 212 50 45
Binary 111000 10000011 1001110 111001 0 101000 110001 10001010 101000 100101

Color Harmonies of #38834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38834E

Black with #38834E

Text Example


Text Example

White with #38834E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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