#32943D

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

Shades of Japanese Laurel #32943D

Tints of Japanese Laurel #32943D

Color information

#32943D (or 0x32943D) is unknown color: approx Japanese Laurel. HEX triplet: 32, 94 and 3D. RGB value is (50,148,61). Sum of RGB (Red+Green+Blue) = 50+148+61=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #32943D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32943D is #CD6BC2. Grayscale: #6D6D6D. Windows color (decimal): -13462467 or 4035634. OLE color: 4035634.

HSL color Cylindrical-coordinate representation of color #32943D: hue angle of 126.73º 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 #32943D is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB5014861-
CMYK0.6600.590.42
HSL126.73º49.49%38.82%-
HSV(B)126.73º66.22%58.04%-
XYZ12.7522.198.03-
YUV108.78101.0386.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 148 (58.20% from 255) = 57.14%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=19.31%
G=57.14%
B=23.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50148610.6600.590.42126.7349.4938.82
Hex32943D4203B2A7f3127
Octal6222475102073521776147
Binary11001010010100111101100001001110111010101111111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32943D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,148,61); }

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

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

 a { background-color: rgb(50,148,61); }

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

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

 span { border-color: rgb(50,148,61); }

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