Html Css Color HEX #336953 Spectra

📋 copy color: '#336953'

red 51 ◦ green 105 ◦ blue 83

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

Shades of Spectra #336953

Tints of Spectra #336953

RGB

 RED value IS 51 (20.31% from 255) = 21.34%

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

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 21.34%
G = 43.93%
B = 34.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#336953 (or 0x336953) is known color: Spectra. HEX triplet: 33, 69 and 53. RGB value is (51,105,83). Sum of RGB (Red+Green+Blue) = 51+105+83=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #336953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336953 is #CC96AC. Grayscale: #565656. Windows color (decimal): -13407917 or 5466419. OLE color: 5466419.

HSL color Cylindrical-coordinate representation of color #336953: hue angle of 155.56º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336953 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 105 83 -
CMYK 0.51 0 0.21 0.59
HSL 155.56º 0.35% 0.31% -
HSV(B) 155.56º 0.51% 0.41% -
XYZ 7.98 11.43 9.97 -
YUV 86.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 51 105 83 0.51 0 0.21 0.59 155.56 0.35 0.31
Hex 33 69 53 33 0 15 3B 9C 23 1F
Octal 63 151 123 63 0 25 73 234 43 37
Binary 110011 1101001 1010011 110011 0 10101 111011 10011100 100011 11111

Color Harmonies of #336953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336953

Black with #336953

Text Example


Text Example

White with #336953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336953; }

 p { color: rgb(51,105,83); }

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

background-color css

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

 a { background-color: rgb(51,105,83); }

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

border-color css

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

 span { border-color: rgb(51,105,83); }

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