Html Css Color HEX #38835F Amazon

📋 copy color: '#38835F'

red 56 ◦ green 131 ◦ blue 95

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

Shades of Amazon #38835F

Tints of Amazon #38835F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 19.86%
G = 46.45%
B = 33.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#38835F (or 0x38835F) is known color: Amazon. HEX triplet: 38, 83 and 5F. RGB value is (56,131,95). Sum of RGB (Red+Green+Blue) = 56+131+95=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #38835F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38835F is #C77CA0. Grayscale: #686868. Windows color (decimal): -13073569 or 6259512. OLE color: 6259512.

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

Color convert

RGB 56 131 95 -
CMYK 0.57 0 0.27 0.49
HSL 151.2º 0.4% 0.37% -
HSV(B) 151.2º 0.57% 0.51% -
XYZ 11.81 17.9 13.66 -
YUV 104.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 56 131 95 0.57 0 0.27 0.49 151.2 0.4 0.37
Hex 38 83 5F 39 0 1B 31 97 28 25
Octal 70 203 137 71 0 33 61 227 50 45
Binary 111000 10000011 1011111 111001 0 11011 110001 10010111 101000 100101

Color Harmonies of #38835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38835F

Black with #38835F

Text Example


Text Example

White with #38835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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