#33793A

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

Shades of Japanese Laurel #33793A

Tints of Japanese Laurel #33793A

Color information

#33793A (or 0x33793A) is unknown color: approx Japanese Laurel. HEX triplet: 33, 79 and 3A. RGB value is (51,121,58). Sum of RGB (Red+Green+Blue) = 51+121+58=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #33793A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33793A is #CC86C5. Grayscale: #5D5D5D. Windows color (decimal): -13403846 or 3832115. OLE color: 3832115.

HSL color Cylindrical-coordinate representation of color #33793A: hue angle of 126º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33793A is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB5112158-
CMYK0.5800.520.53
HSL126º40.7%33.73%-
HSV(B)126º57.85%47.45%-
XYZ8.9714.686.36-
YUV92.89108.3198.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=22.17%
G=52.61%
B=25.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51121580.5800.520.5312640.733.73
Hex33793A3A034357e2922
Octal631717272064651765142
Binary110011111100111101011101001101001101011111110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33793A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,121,58); }

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

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

 a { background-color: rgb(51,121,58); }

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

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

 span { border-color: rgb(51,121,58); }

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