#33634B

Color #33634B Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #33634B

Tints of Spectra #33634B

Color information

#33634B (or 0x33634B) is unknown color: approx Spectra. HEX triplet: 33, 63 and 4B. RGB value is (51,99,75). Sum of RGB (Red+Green+Blue) = 51+99+75=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #33634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33634B is #CC9CB4. Grayscale: #515151. Windows color (decimal): -13409461 or 4940595. OLE color: 4940595.

HSL color Cylindrical-coordinate representation of color #33634B: hue angle of 150º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33634B is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB519975-
CMYK0.4800.240.61
HSL150º32%29.41%-
HSV(B)150º48.48%38.82%-
XYZ7.110.148.24-
YUV81.91124.1105.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=22.67%
G=44%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199750.4800.240.611503229.41
Hex33634B300183D96201d
Octal6314311360030752264035
Binary110011110001110010111100000110001111011001011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33634B;
 }
 .AnyTagClassName
 {
   color: #33634B;
 }
</style>
background-color css

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

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

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

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

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

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