#32903B

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

Shades of Japanese Laurel #32903B

Tints of Japanese Laurel #32903B

Color information

#32903B (or 0x32903B) is unknown color: approx Japanese Laurel. HEX triplet: 32, 90 and 3B. RGB value is (50,144,59). Sum of RGB (Red+Green+Blue) = 50+144+59=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #32903B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32903B is #CD6FC4. Grayscale: #6A6A6A. Windows color (decimal): -13463493 or 3903538. OLE color: 3903538.

HSL color Cylindrical-coordinate representation of color #32903B: hue angle of 125.74º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32903B is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB5014459-
CMYK0.6500.590.44
HSL125.74º48.45%38.04%-
HSV(B)125.74º65.28%56.47%-
XYZ12.0820.947.54-
YUV106.2101.3687.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 144 (56.64% from 255) = 56.92%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=19.76%
G=56.92%
B=23.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50144590.6500.590.44125.7448.4538.04
Hex32903B4103B2C7e3026
Octal6222073101073541766046
Binary11001010010000111011100000101110111011001111110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32903B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32903B; }

 p { color: rgb(50,144,59); }

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

<style>
 a { background-color: #32903B; }

 a { background-color: rgb(50,144,59); }

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

<style>
 span { border-color: #32903B; }

 span { border-color: rgb(50,144,59); }

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