#33703A

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

Shades of Japanese Laurel #33703A

Tints of Japanese Laurel #33703A

Color information

#33703A (or 0x33703A) is unknown color: approx Japanese Laurel. HEX triplet: 33, 70 and 3A. RGB value is (51,112,58). Sum of RGB (Red+Green+Blue) = 51+112+58=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #33703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33703A is #CC8FC5. Grayscale: #575757. Windows color (decimal): -13406150 or 3829811. OLE color: 3829811.

HSL color Cylindrical-coordinate representation of color #33703A: hue angle of 126.89º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33703A is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB5111258-
CMYK0.5400.480.56
HSL126.89º37.42%31.96%-
HSV(B)126.89º54.46%43.92%-
XYZ7.9212.66.02-
YUV87.6111.29101.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=23.08%
G=50.68%
B=26.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51112580.5400.480.56126.8937.4231.96
Hex33703A36030387f2520
Octal631607266060701774540
Binary110011111000011101011011001100001110001111111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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