Html Css Color HEX #38754B Amazon

📋 copy color: '#38754B'

red 56 ◦ green 117 ◦ blue 75

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

Shades of Amazon #38754B

Tints of Amazon #38754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.18%

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 22.58%
G = 47.18%
B = 30.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#38754B (or 0x38754B) is known color: Amazon. HEX triplet: 38, 75 and 4B. RGB value is (56,117,75). Sum of RGB (Red+Green+Blue) = 56+117+75=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #38754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38754B is #C78AB4. Grayscale: #5E5E5E. Windows color (decimal): -13077173 or 4945208. OLE color: 4945208.

HSL color Cylindrical-coordinate representation of color #38754B: hue angle of 138.69º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38754B is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 75 -
CMYK 0.52 0 0.36 0.54
HSL 138.69º 0.35% 0.34% -
HSV(B) 138.69º 0.52% 0.46% -
XYZ 9.26 14.07 8.88 -
YUV 93.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 56 117 75 0.52 0 0.36 0.54 138.69 0.35 0.34
Hex 38 75 4B 34 0 24 36 8B 23 22
Octal 70 165 113 64 0 44 66 213 43 42
Binary 111000 1110101 1001011 110100 0 100100 110110 10001011 100011 100010

Color Harmonies of #38754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38754B

Black with #38754B

Text Example


Text Example

White with #38754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38754B; }

 p { color: rgb(56,117,75); }

 H1.HeaderClassName
 {
   color: #38754B;
 }
 .AnyTagClassName
 {
   color: #38754B;
 }
</style>

background-color css

<style>
 a { background-color: #38754B; }

 a { background-color: rgb(56,117,75); }

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

border-color css

<style>
 span { border-color: #38754B; }

 span { border-color: rgb(56,117,75); }

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