Html Css Color HEX #328B3E Japanese Laurel

📋 copy color: '#328B3E'

red 50 ◦ green 139 ◦ blue 62

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

Shades of Japanese Laurel #328B3E

Tints of Japanese Laurel #328B3E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 55.38%

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

R = 19.92%
G = 55.38%
B = 24.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#328B3E (or 0x328B3E) is known color: Japanese Laurel. HEX triplet: 32, 8B and 3E. RGB value is (50,139,62). Sum of RGB (Red+Green+Blue) = 50+139+62=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #328B3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328B3E is #CD74C1. Grayscale: #676767. Windows color (decimal): -13464770 or 4098866. OLE color: 4098866.

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

Color convert

RGB 50 139 62 -
CMYK 0.64 0 0.55 0.45
HSL 128.09º 0.47% 0.37% -
HSV(B) 128.09º 0.64% 0.55% -
XYZ 11.42 19.49 7.72 -
YUV 103.61 104.51 89.76 -
System Red Green Blue C M Y K H S L
Decimal 50 139 62 0.64 0 0.55 0.45 128.09 0.47 0.37
Hex 32 8B 3E 40 0 37 2D 80 2F 25
Octal 62 213 76 100 0 67 55 200 57 45
Binary 110010 10001011 111110 1000000 0 110111 101101 10000000 101111 100101

Color Harmonies of #328B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B3E

Black with #328B3E

Text Example


Text Example

White with #328B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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