#32923E

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

Shades of Japanese Laurel #32923E

Tints of Japanese Laurel #32923E

Color information

#32923E (or 0x32923E) is unknown color: approx Japanese Laurel. HEX triplet: 32, 92 and 3E. RGB value is (50,146,62). Sum of RGB (Red+Green+Blue) = 50+146+62=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #32923E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32923E is #CD6DC1. Grayscale: #6B6B6B. Windows color (decimal): -13462978 or 4100658. OLE color: 4100658.

HSL color Cylindrical-coordinate representation of color #32923E: hue angle of 127.5º 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 #32923E is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB5014662-
CMYK0.6600.580.43
HSL127.5º48.98%38.43%-
HSV(B)127.5º65.75%57.25%-
XYZ12.4621.588.07-
YUV107.72102.286.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 146 (57.42% from 255) = 56.59%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=19.38%
G=56.59%
B=24.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50146620.6600.580.43127.548.9838.43
Hex32923E4203A2B803126
Octal6222276102072532006146
Binary110010100100101111101000010011101010101110000000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32923E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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