#32823E

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

Shades of Japanese Laurel #32823E

Tints of Japanese Laurel #32823E

Color information

#32823E (or 0x32823E) is unknown color: approx Japanese Laurel. HEX triplet: 32, 82 and 3E. RGB value is (50,130,62). Sum of RGB (Red+Green+Blue) = 50+130+62=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #32823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32823E is #CD7DC1. Grayscale: #626262. Windows color (decimal): -13467074 or 4096562. OLE color: 4096562.

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

Color convert

RGB5013062-
CMYK0.6200.520.49
HSL129º44.44%35.29%-
HSV(B)129º61.54%50.98%-
XYZ10.1716.997.3-
YUV98.33107.593.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 130 (51.17% from 255) = 53.72%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=20.66%
G=53.72%
B=25.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130620.6200.520.4912944.4435.29
Hex32823E3E03431812c23
Octal622027676064612015443
Binary11001010000010111110111110011010011000110000001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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