#33614A

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

Shades of Spectra #33614A

Tints of Spectra #33614A

Color information

#33614A (or 0x33614A) is unknown color: approx Spectra. HEX triplet: 33, 61 and 4A. RGB value is (51,97,74). Sum of RGB (Red+Green+Blue) = 51+97+74=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #33614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33614A is #CC9EB5. Grayscale: #505050. Windows color (decimal): -13409974 or 4874547. OLE color: 4874547.

HSL color Cylindrical-coordinate representation of color #33614A: hue angle of 150º 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 #33614A is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB519774-
CMYK0.4700.240.62
HSL150º31.08%29.02%-
HSV(B)150º47.42%38.04%-
XYZ6.889.758-
YUV80.62124.26106.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=22.97%
G=43.69%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5197740.4700.240.6215031.0829.02
Hex33614A2F0183E961f1d
Octal6314111257030762263735
Binary11001111000011001010101111011000111110100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33614A; }

 p { color: rgb(51,97,74); }

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

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

 a { background-color: rgb(51,97,74); }

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

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

 span { border-color: rgb(51,97,74); }

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