Html Css Color HEX #38564A Spectra

📋 copy color: '#38564A'

red 56 ◦ green 86 ◦ blue 74

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

Shades of Spectra #38564A

Tints of Spectra #38564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.81%

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 25.93%
G = 39.81%
B = 34.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#38564A (or 0x38564A) is known color: Spectra. HEX triplet: 38, 56 and 4A. RGB value is (56,86,74). Sum of RGB (Red+Green+Blue) = 56+86+74=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 86 - color contains mainly: green. Hex color #38564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38564A is #C7A9B5. Grayscale: #4B4B4B. Windows color (decimal): -13085110 or 4871736. OLE color: 4871736.

HSL color Cylindrical-coordinate representation of color #38564A: hue angle of 156º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38564A is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 86 74 -
CMYK 0.35 0 0.14 0.66
HSL 156º 0.21% 0.28% -
HSV(B) 156º 0.35% 0.34% -
XYZ 6.19 7.99 7.69 -
YUV 75.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 56 86 74 0.35 0 0.14 0.66 156 0.21 0.28
Hex 38 56 4A 23 0 E 42 9C 15 1C
Octal 70 126 112 43 0 16 102 234 25 34
Binary 111000 1010110 1001010 100011 0 1110 1000010 10011100 10101 11100

Color Harmonies of #38564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38564A

Black with #38564A

Text Example


Text Example

White with #38564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38564A; }

 p { color: rgb(56,86,74); }

 H1.HeaderClassName
 {
   color: #38564A;
 }
 .AnyTagClassName
 {
   color: #38564A;
 }
</style>

background-color css

<style>
 a { background-color: #38564A; }

 a { background-color: rgb(56,86,74); }

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

border-color css

<style>
 span { border-color: #38564A; }

 span { border-color: rgb(56,86,74); }

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