#32833A

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

Shades of Japanese Laurel #32833A

Tints of Japanese Laurel #32833A

Color information

#32833A (or 0x32833A) is unknown color: approx Japanese Laurel. HEX triplet: 32, 83 and 3A. RGB value is (50,131,58). Sum of RGB (Red+Green+Blue) = 50+131+58=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #32833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32833A is #CD7CC5. Grayscale: #626262. Windows color (decimal): -13466822 or 3834674. OLE color: 3834674.

HSL color Cylindrical-coordinate representation of color #32833A: hue angle of 125.93º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32833A is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB5013158-
CMYK0.6200.560.49
HSL125.93º44.75%35.49%-
HSV(B)125.93º61.83%51.37%-
XYZ10.217.226.79-
YUV98.46105.1693.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 131 (51.56% from 255) = 54.81%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=20.92%
G=54.81%
B=24.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50131580.6200.560.49125.9344.7535.49
Hex32833A3E038317e2d23
Octal622037276070611765543
Binary1100101000001111101011111001110001100011111110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32833A; }

 p { color: rgb(50,131,58); }

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

<style>
 a { background-color: #32833A; }

 a { background-color: rgb(50,131,58); }

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

<style>
 span { border-color: #32833A; }

 span { border-color: rgb(50,131,58); }

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