#33933D

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

Shades of Japanese Laurel #33933D

Tints of Japanese Laurel #33933D

Color information

#33933D (or 0x33933D) is unknown color: approx Japanese Laurel. HEX triplet: 33, 93 and 3D. RGB value is (51,147,61). Sum of RGB (Red+Green+Blue) = 51+147+61=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #33933D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33933D is #CC6CC2. Grayscale: #6C6C6C. Windows color (decimal): -13397187 or 4035379. OLE color: 4035379.

HSL color Cylindrical-coordinate representation of color #33933D: hue angle of 126.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33933D is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB5114761-
CMYK0.6500.590.42
HSL126.25º48.48%38.82%-
HSV(B)126.25º65.31%57.65%-
XYZ12.6421.917.98-
YUV108.49101.286.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 147 (57.81% from 255) = 56.76%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=19.69%
G=56.76%
B=23.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51147610.6500.590.42126.2548.4838.82
Hex33933D4103B2A7e3027
Octal6322375101073521766047
Binary11001110010011111101100000101110111010101111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33933D; }

 p { color: rgb(51,147,61); }

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

<style>
 a { background-color: #33933D; }

 a { background-color: rgb(51,147,61); }

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

<style>
 span { border-color: #33933D; }

 span { border-color: rgb(51,147,61); }

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