Html Css Color HEX #33534B Spectra

📋 copy color: '#33534B'

red 51 ◦ green 83 ◦ blue 75

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

Shades of Spectra #33534B

Tints of Spectra #33534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.71%

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 24.4%
G = 39.71%
B = 35.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#33534B (or 0x33534B) is known color: Spectra. HEX triplet: 33, 53 and 4B. RGB value is (51,83,75). Sum of RGB (Red+Green+Blue) = 51+83+75=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #33534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33534B is #CCACB4. Grayscale: #484848. Windows color (decimal): -13413557 or 4936499. OLE color: 4936499.

HSL color Cylindrical-coordinate representation of color #33534B: hue angle of 165º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33534B is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 83 75 -
CMYK 0.39 0 0.10 0.67
HSL 165º 0.24% 0.26% -
HSV(B) 165º 0.39% 0.33% -
XYZ 5.73 7.4 7.78 -
YUV 72.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 51 83 75 0.39 0 0.10 0.67 165 0.24 0.26
Hex 33 53 4B 27 0 A 43 A5 18 1A
Octal 63 123 113 47 0 12 103 245 30 32
Binary 110011 1010011 1001011 100111 0 1010 1000011 10100101 11000 11010

Color Harmonies of #33534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33534B

Black with #33534B

Text Example


Text Example

White with #33534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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