Html Css Color HEX #35624D Spectra

📋 copy color: '#35624D'

red 53 ◦ green 98 ◦ blue 77

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

Shades of Spectra #35624D

Tints of Spectra #35624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

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

R = 23.25%
G = 42.98%
B = 33.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#35624D (or 0x35624D) is known color: Spectra. HEX triplet: 35, 62 and 4D. RGB value is (53,98,77). Sum of RGB (Red+Green+Blue) = 53+98+77=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #35624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35624D is #CA9DB2. Grayscale: #525252. Windows color (decimal): -13278643 or 5071413. OLE color: 5071413.

HSL color Cylindrical-coordinate representation of color #35624D: hue angle of 152º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35624D is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 98 77 -
CMYK 0.46 0 0.21 0.62
HSL 152º 0.3% 0.3% -
HSV(B) 152º 0.46% 0.38% -
XYZ 7.18 10.03 8.58 -
YUV 82.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 53 98 77 0.46 0 0.21 0.62 152 0.3 0.3
Hex 35 62 4D 2E 0 15 3E 98 1E 1E
Octal 65 142 115 56 0 25 76 230 36 36
Binary 110101 1100010 1001101 101110 0 10101 111110 10011000 11110 11110

Color Harmonies of #35624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35624D

Black with #35624D

Text Example


Text Example

White with #35624D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,98,77); }

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

background-color css

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

 a { background-color: rgb(53,98,77); }

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

border-color css

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

 span { border-color: rgb(53,98,77); }

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