Html Css Color HEX #336053 Spectra

📋 copy color: '#336053'

red 51 ◦ green 96 ◦ blue 83

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

Shades of Spectra #336053

Tints of Spectra #336053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.74%

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

R = 22.17%
G = 41.74%
B = 36.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#336053 (or 0x336053) is known color: Spectra. HEX triplet: 33, 60 and 53. RGB value is (51,96,83). Sum of RGB (Red+Green+Blue) = 51+96+83=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #336053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336053 is #CC9FAC. Grayscale: #515151. Windows color (decimal): -13410221 or 5464115. OLE color: 5464115.

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

Color convert

RGB 51 96 83 -
CMYK 0.47 0 0.14 0.62
HSL 162.67º 0.31% 0.29% -
HSV(B) 162.67º 0.47% 0.38% -
XYZ 7.11 9.69 9.68 -
YUV 81.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 51 96 83 0.47 0 0.14 0.62 162.67 0.31 0.29
Hex 33 60 53 2F 0 E 3E A3 1F 1D
Octal 63 140 123 57 0 16 76 243 37 35
Binary 110011 1100000 1010011 101111 0 1110 111110 10100011 11111 11101

Color Harmonies of #336053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336053

Black with #336053

Text Example


Text Example

White with #336053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336053; }

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

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

background-color css

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

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

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

border-color css

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

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

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