Html Css Color HEX #38594D Spectra

📋 copy color: '#38594D'

red 56 ◦ green 89 ◦ blue 77

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

Shades of Spectra #38594D

Tints of Spectra #38594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.09%

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 25.23%
G = 40.09%
B = 34.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#38594D (or 0x38594D) is known color: Spectra. HEX triplet: 38, 59 and 4D. RGB value is (56,89,77). Sum of RGB (Red+Green+Blue) = 56+89+77=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #38594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38594D is #C7A6B2. Grayscale: #4D4D4D. Windows color (decimal): -13084339 or 5069112. OLE color: 5069112.

HSL color Cylindrical-coordinate representation of color #38594D: hue angle of 158.18º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38594D is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 89 77 -
CMYK 0.37 0 0.13 0.65
HSL 158.18º 0.23% 0.28% -
HSV(B) 158.18º 0.37% 0.35% -
XYZ 6.54 8.52 8.32 -
YUV 77.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 56 89 77 0.37 0 0.13 0.65 158.18 0.23 0.28
Hex 38 59 4D 25 0 D 41 9E 17 1C
Octal 70 131 115 45 0 15 101 236 27 34
Binary 111000 1011001 1001101 100101 0 1101 1000001 10011110 10111 11100

Color Harmonies of #38594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38594D

Black with #38594D

Text Example


Text Example

White with #38594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38594D; }

 p { color: rgb(56,89,77); }

 H1.HeaderClassName
 {
   color: #38594D;
 }
 .AnyTagClassName
 {
   color: #38594D;
 }
</style>

background-color css

<style>
 a { background-color: #38594D; }

 a { background-color: rgb(56,89,77); }

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

border-color css

<style>
 span { border-color: #38594D; }

 span { border-color: rgb(56,89,77); }

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