Html Css Color HEX #38864C Amazon

📋 copy color: '#38864C'

red 56 ◦ green 134 ◦ blue 76

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

Shades of Amazon #38864C

Tints of Amazon #38864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.38%

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

R = 21.05%
G = 50.38%
B = 28.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#38864C (or 0x38864C) is known color: Amazon. HEX triplet: 38, 86 and 4C. RGB value is (56,134,76). Sum of RGB (Red+Green+Blue) = 56+134+76=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #38864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38864C is #C779B3. Grayscale: #686868. Windows color (decimal): -13072820 or 5015096. OLE color: 5015096.

HSL color Cylindrical-coordinate representation of color #38864C: hue angle of 135.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38864C is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 134 76 -
CMYK 0.58 0 0.43 0.47
HSL 135.38º 0.41% 0.37% -
HSV(B) 135.38º 0.58% 0.53% -
XYZ 11.46 18.41 9.79 -
YUV 104.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 56 134 76 0.58 0 0.43 0.47 135.38 0.41 0.37
Hex 38 86 4C 3A 0 2B 2F 87 29 25
Octal 70 206 114 72 0 53 57 207 51 45
Binary 111000 10000110 1001100 111010 0 101011 101111 10000111 101001 100101

Color Harmonies of #38864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38864C

Black with #38864C

Text Example


Text Example

White with #38864C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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