Html Css Color HEX #38835A Amazon

📋 copy color: '#38835A'

red 56 ◦ green 131 ◦ blue 90

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

Shades of Amazon #38835A

Tints of Amazon #38835A

RGB

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

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

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

R = 20.22%
G = 47.29%
B = 32.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#38835A (or 0x38835A) is known color: Amazon. HEX triplet: 38, 83 and 5A. RGB value is (56,131,90). Sum of RGB (Red+Green+Blue) = 56+131+90=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #38835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38835A is #C77CA5. Grayscale: #676767. Windows color (decimal): -13073574 or 5931832. OLE color: 5931832.

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

Color convert

RGB 56 131 90 -
CMYK 0.57 0 0.31 0.49
HSL 147.2º 0.4% 0.37% -
HSV(B) 147.2º 0.57% 0.51% -
XYZ 11.59 17.81 12.5 -
YUV 103.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 56 131 90 0.57 0 0.31 0.49 147.2 0.4 0.37
Hex 38 83 5A 39 0 1F 31 93 28 25
Octal 70 203 132 71 0 37 61 223 50 45
Binary 111000 10000011 1011010 111001 0 11111 110001 10010011 101000 100101

Color Harmonies of #38835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38835A

Black with #38835A

Text Example


Text Example

White with #38835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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