Html Css Color HEX #35614D Spectra

📋 copy color: '#35614D'

red 53 ◦ green 97 ◦ blue 77

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

Shades of Spectra #35614D

Tints of Spectra #35614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.73%

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

R = 23.35%
G = 42.73%
B = 33.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#35614D (or 0x35614D) is known color: Spectra. HEX triplet: 35, 61 and 4D. RGB value is (53,97,77). Sum of RGB (Red+Green+Blue) = 53+97+77=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #35614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35614D is #CA9EB2. Grayscale: #515151. Windows color (decimal): -13278899 or 5071157. OLE color: 5071157.

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

Color convert

RGB 53 97 77 -
CMYK 0.45 0 0.21 0.62
HSL 152.73º 0.29% 0.29% -
HSV(B) 152.73º 0.45% 0.38% -
XYZ 7.08 9.84 8.55 -
YUV 81.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 53 97 77 0.45 0 0.21 0.62 152.73 0.29 0.29
Hex 35 61 4D 2D 0 15 3E 99 1D 1D
Octal 65 141 115 55 0 25 76 231 35 35
Binary 110101 1100001 1001101 101101 0 10101 111110 10011001 11101 11101

Color Harmonies of #35614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35614D

Black with #35614D

Text Example


Text Example

White with #35614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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