Html Css Color HEX #38774C Amazon

📋 copy color: '#38774C'

red 56 ◦ green 119 ◦ blue 76

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

Shades of Amazon #38774C

Tints of Amazon #38774C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.41%

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

R = 22.31%
G = 47.41%
B = 30.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#38774C (or 0x38774C) is known color: Amazon. HEX triplet: 38, 77 and 4C. RGB value is (56,119,76). Sum of RGB (Red+Green+Blue) = 56+119+76=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #38774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38774C is #C788B3. Grayscale: #5F5F5F. Windows color (decimal): -13076660 or 5011256. OLE color: 5011256.

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

Color convert

RGB 56 119 76 -
CMYK 0.53 0 0.36 0.53
HSL 139.05º 0.36% 0.34% -
HSV(B) 139.05º 0.53% 0.47% -
XYZ 9.53 14.56 9.14 -
YUV 95.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 56 119 76 0.53 0 0.36 0.53 139.05 0.36 0.34
Hex 38 77 4C 35 0 24 35 8B 24 22
Octal 70 167 114 65 0 44 65 213 44 42
Binary 111000 1110111 1001100 110101 0 100100 110101 10001011 100100 100010

Color Harmonies of #38774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38774C

Black with #38774C

Text Example


Text Example

White with #38774C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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