#32833E

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

Shades of Japanese Laurel #32833E

Tints of Japanese Laurel #32833E

Color information

#32833E (or 0x32833E) is unknown color: approx Japanese Laurel. HEX triplet: 32, 83 and 3E. RGB value is (50,131,62). Sum of RGB (Red+Green+Blue) = 50+131+62=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #32833E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32833E is #CD7CC1. Grayscale: #636363. Windows color (decimal): -13466818 or 4096818. OLE color: 4096818.

HSL color Cylindrical-coordinate representation of color #32833E: hue angle of 128.89º 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 #32833E is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB5013162-
CMYK0.6200.530.49
HSL128.89º44.75%35.49%-
HSV(B)128.89º61.83%51.37%-
XYZ10.317.267.35-
YUV98.92107.1693.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 131 (51.56% from 255) = 53.91%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=20.58%
G=53.91%
B=25.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50131620.6200.530.49128.8944.7535.49
Hex32833E3E03531812d23
Octal622037676065612015543
Binary11001010000011111110111110011010111000110000001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32833E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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