Html Css Color HEX #35694F Spectra

📋 copy color: '#35694F'

red 53 ◦ green 105 ◦ blue 79

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

Shades of Spectra #35694F

Tints of Spectra #35694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.3%

 BLUE value IS 79 (31.25% from 255) = 33.33%

R = 22.36%
G = 44.3%
B = 33.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#35694F (or 0x35694F) is known color: Spectra. HEX triplet: 35, 69 and 4F. RGB value is (53,105,79). Sum of RGB (Red+Green+Blue) = 53+105+79=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #35694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35694F is #CA96B0. Grayscale: #565656. Windows color (decimal): -13276849 or 5204277. OLE color: 5204277.

HSL color Cylindrical-coordinate representation of color #35694F: hue angle of 150º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35694F is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 79 -
CMYK 0.50 0 0.25 0.59
HSL 150º 0.33% 0.31% -
HSV(B) 150º 0.5% 0.41% -
XYZ 7.93 11.42 9.18 -
YUV 86.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 53 105 79 0.50 0 0.25 0.59 150 0.33 0.31
Hex 35 69 4F 32 0 19 3B 96 21 1F
Octal 65 151 117 62 0 31 73 226 41 37
Binary 110101 1101001 1001111 110010 0 11001 111011 10010110 100001 11111

Color Harmonies of #35694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35694F

Black with #35694F

Text Example


Text Example

White with #35694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35694F; }

 p { color: rgb(53,105,79); }

 H1.HeaderClassName
 {
   color: #35694F;
 }
 .AnyTagClassName
 {
   color: #35694F;
 }
</style>

background-color css

<style>
 a { background-color: #35694F; }

 a { background-color: rgb(53,105,79); }

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

border-color css

<style>
 span { border-color: #35694F; }

 span { border-color: rgb(53,105,79); }

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