Html Css Color HEX #355D4B Spectra

📋 copy color: '#355D4B'

red 53 ◦ green 93 ◦ blue 75

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

Shades of Spectra #355D4B

Tints of Spectra #355D4B

RGB

 RED value IS 53 (21.09% from 255) = 23.98%

 GREEN value IS 93 (36.72% from 255) = 42.08%

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 23.98%
G = 42.08%
B = 33.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#355D4B (or 0x355D4B) is known color: Spectra. HEX triplet: 35, 5D and 4B. RGB value is (53,93,75). Sum of RGB (Red+Green+Blue) = 53+93+75=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 93 - color contains mainly: green. Hex color #355D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D4B is #CAA2B4. Grayscale: #4F4F4F. Windows color (decimal): -13279925 or 4939061. OLE color: 4939061.

HSL color Cylindrical-coordinate representation of color #355D4B: hue angle of 153º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #355D4B is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 93 75 -
CMYK 0.43 0 0.19 0.64
HSL 153º 0.27% 0.29% -
HSV(B) 153º 0.43% 0.36% -
XYZ 6.65 9.09 8.06 -
YUV 78.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 53 93 75 0.43 0 0.19 0.64 153 0.27 0.29
Hex 35 5D 4B 2B 0 13 40 99 1B 1D
Octal 65 135 113 53 0 23 100 231 33 35
Binary 110101 1011101 1001011 101011 0 10011 1000000 10011001 11011 11101

Color Harmonies of #355D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D4B

Black with #355D4B

Text Example


Text Example

White with #355D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355D4B; }

 p { color: rgb(53,93,75); }

 H1.HeaderClassName
 {
   color: #355D4B;
 }
 .AnyTagClassName
 {
   color: #355D4B;
 }
</style>

background-color css

<style>
 a { background-color: #355D4B; }

 a { background-color: rgb(53,93,75); }

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

border-color css

<style>
 span { border-color: #355D4B; }

 span { border-color: rgb(53,93,75); }

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