#33943E

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

Shades of Japanese Laurel #33943E

Tints of Japanese Laurel #33943E

Color information

#33943E (or 0x33943E) is unknown color: approx Japanese Laurel. HEX triplet: 33, 94 and 3E. RGB value is (51,148,62). Sum of RGB (Red+Green+Blue) = 51+148+62=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #33943E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33943E is #CC6BC1. Grayscale: #6D6D6D. Windows color (decimal): -13396930 or 4101171. OLE color: 4101171.

HSL color Cylindrical-coordinate representation of color #33943E: hue angle of 126.8º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33943E is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB5114862-
CMYK0.6600.580.42
HSL126.8º48.74%39.02%-
HSV(B)126.8º65.54%58.04%-
XYZ12.8222.238.17-
YUV109.19101.3686.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 148 (58.20% from 255) = 56.70%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=19.54%
G=56.70%
B=23.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51148620.6600.580.42126.848.7439.02
Hex33943E4203A2A7f3127
Octal6322476102072521776147
Binary11001110010100111110100001001110101010101111111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33943E; }

 p { color: rgb(51,148,62); }

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

<style>
 a { background-color: #33943E; }

 a { background-color: rgb(51,148,62); }

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

<style>
 span { border-color: #33943E; }

 span { border-color: rgb(51,148,62); }

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