#32923f

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

Shades of Japanese Laurel #32923F

Tints of Japanese Laurel #32923F

Color information

#32923F (or 0x32923F) is unknown color: approx Japanese Laurel. HEX triplet: 32, 92 and 3F. RGB value is (50,146,63). Sum of RGB (Red+Green+Blue) = 50+146+63=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #32923F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32923F is #CD6DC0. Grayscale: #6C6C6C. Windows color (decimal): -13462977 or 4166194. OLE color: 4166194.

HSL color Cylindrical-coordinate representation of color #32923F: hue angle of 128.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32923F is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB5014663-
CMYK0.6600.570.43
HSL128.12º48.98%38.43%-
HSV(B)128.12º65.75%57.25%-
XYZ12.4921.598.21-
YUV107.83102.786.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 146 (57.42% from 255) = 56.37%
BLUE value IS 63 (25% from 255) = 24.32%
R=19.31%
G=56.37%
B=24.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50146630.6600.570.43128.1248.9838.43
Hex32923F420392B803126
Octal6222277102071532006146
Binary110010100100101111111000010011100110101110000000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32923f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32923f; }

 p { color: rgb(50,146,63); }

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

<style>
 a { background-color: #32923f; }

 a { background-color: rgb(50,146,63); }

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

<style>
 span { border-color: #32923f; }

 span { border-color: rgb(50,146,63); }

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