Html Css Color HEX #328D3E Japanese Laurel

📋 copy color: '#328D3E'

red 50 ◦ green 141 ◦ blue 62

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

Shades of Japanese Laurel #328D3E

Tints of Japanese Laurel #328D3E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 55.73%

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

R = 19.76%
G = 55.73%
B = 24.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#328D3E (or 0x328D3E) is known color: Japanese Laurel. HEX triplet: 32, 8D and 3E. RGB value is (50,141,62). Sum of RGB (Red+Green+Blue) = 50+141+62=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 141 (55.47% from 255 or 55.73% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 141 - color contains mainly: green. Hex color #328D3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D3E is #CD72C1. Grayscale: #696969. Windows color (decimal): -13464258 or 4099378. OLE color: 4099378.

HSL color Cylindrical-coordinate representation of color #328D3E: hue angle of 127.91º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D3E is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 141 62 -
CMYK 0.65 0 0.56 0.45
HSL 127.91º 0.48% 0.37% -
HSV(B) 127.91º 0.65% 0.55% -
XYZ 11.71 20.08 7.82 -
YUV 104.79 103.85 88.92 -
System Red Green Blue C M Y K H S L
Decimal 50 141 62 0.65 0 0.56 0.45 127.91 0.48 0.37
Hex 32 8D 3E 41 0 38 2D 80 30 25
Octal 62 215 76 101 0 70 55 200 60 45
Binary 110010 10001101 111110 1000001 0 111000 101101 10000000 110000 100101

Color Harmonies of #328D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D3E

Black with #328D3E

Text Example


Text Example

White with #328D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328D3E; }

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

 H1.HeaderClassName
 {
   color: #328D3E;
 }
 .AnyTagClassName
 {
   color: #328D3E;
 }
</style>

background-color css

<style>
 a { background-color: #328D3E; }

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

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

border-color css

<style>
 span { border-color: #328D3E; }

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

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