Html Css Color HEX #38554A Spectra

📋 copy color: '#38554A'

red 56 ◦ green 85 ◦ blue 74

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

Shades of Spectra #38554A

Tints of Spectra #38554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.53%

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

R = 26.05%
G = 39.53%
B = 34.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#38554A (or 0x38554A) is known color: Spectra. HEX triplet: 38, 55 and 4A. RGB value is (56,85,74). Sum of RGB (Red+Green+Blue) = 56+85+74=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #38554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38554A is #C7AAB5. Grayscale: #4B4B4B. Windows color (decimal): -13085366 or 4871480. OLE color: 4871480.

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

Color convert

RGB 56 85 74 -
CMYK 0.34 0 0.13 0.67
HSL 157.24º 0.21% 0.28% -
HSV(B) 157.24º 0.34% 0.33% -
XYZ 6.12 7.83 7.67 -
YUV 75.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 56 85 74 0.34 0 0.13 0.67 157.24 0.21 0.28
Hex 38 55 4A 22 0 D 43 9D 15 1C
Octal 70 125 112 42 0 15 103 235 25 34
Binary 111000 1010101 1001010 100010 0 1101 1000011 10011101 10101 11100

Color Harmonies of #38554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38554A

Black with #38554A

Text Example


Text Example

White with #38554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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