Html Css Color HEX #38764C Amazon

📋 copy color: '#38764C'

red 56 ◦ green 118 ◦ blue 76

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

Shades of Amazon #38764C

Tints of Amazon #38764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.2%

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 22.4%
G = 47.2%
B = 30.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#38764C (or 0x38764C) is known color: Amazon. HEX triplet: 38, 76 and 4C. RGB value is (56,118,76). Sum of RGB (Red+Green+Blue) = 56+118+76=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #38764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38764C is #C789B3. Grayscale: #5E5E5E. Windows color (decimal): -13076916 or 5011000. OLE color: 5011000.

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

Color convert

RGB 56 118 76 -
CMYK 0.53 0 0.36 0.54
HSL 139.35º 0.36% 0.34% -
HSV(B) 139.35º 0.53% 0.46% -
XYZ 9.41 14.32 9.11 -
YUV 94.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 56 118 76 0.53 0 0.36 0.54 139.35 0.36 0.34
Hex 38 76 4C 35 0 24 36 8B 24 22
Octal 70 166 114 65 0 44 66 213 44 42
Binary 111000 1110110 1001100 110101 0 100100 110110 10001011 100100 100010

Color Harmonies of #38764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38764C

Black with #38764C

Text Example


Text Example

White with #38764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38764C; }

 p { color: rgb(56,118,76); }

 H1.HeaderClassName
 {
   color: #38764C;
 }
 .AnyTagClassName
 {
   color: #38764C;
 }
</style>

background-color css

<style>
 a { background-color: #38764C; }

 a { background-color: rgb(56,118,76); }

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

border-color css

<style>
 span { border-color: #38764C; }

 span { border-color: rgb(56,118,76); }

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