Html Css Color HEX #32903E Japanese Laurel

📋 copy color: '#32903E'

red 50 ◦ green 144 ◦ blue 62

#32903E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #32903E

Tints of Japanese Laurel #32903E

RGB

 RED value IS 50 (19.92% from 255) = 19.53%

 GREEN value IS 144 (56.64% from 255) = 56.25%

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 19.53%
G = 56.25%
B = 24.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#32903E (or 0x32903E) is known color: Japanese Laurel. HEX triplet: 32, 90 and 3E. RGB value is (50,144,62). Sum of RGB (Red+Green+Blue) = 50+144+62=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #32903E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32903E is #CD6FC1. Grayscale: #6A6A6A. Windows color (decimal): -13463490 or 4100146. OLE color: 4100146.

HSL color Cylindrical-coordinate representation of color #32903E: hue angle of 127.66º 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 #32903E is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 62 -
CMYK 0.65 0 0.57 0.44
HSL 127.66º 0.48% 0.38% -
HSV(B) 127.66º 0.65% 0.56% -
XYZ 12.16 20.97 7.96 -
YUV 106.55 102.86 87.67 -
System Red Green Blue C M Y K H S L
Decimal 50 144 62 0.65 0 0.57 0.44 127.66 0.48 0.38
Hex 32 90 3E 41 0 39 2C 80 30 26
Octal 62 220 76 101 0 71 54 200 60 46
Binary 110010 10010000 111110 1000001 0 111001 101100 10000000 110000 100110

Color Harmonies of #32903E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32903E

Black with #32903E

Text Example


Text Example

White with #32903E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32903E;
 }
 .AnyTagClassName
 {
   color: #32903E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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