Html Css Color HEX #328B3F Japanese Laurel

📋 copy color: '#328B3F'

red 50 ◦ green 139 ◦ blue 63

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

Shades of Japanese Laurel #328B3F

Tints of Japanese Laurel #328B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25%

R = 19.84%
G = 55.16%
B = 25%

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

#328B3F (or 0x328B3F) is known color: Japanese Laurel. HEX triplet: 32, 8B and 3F. RGB value is (50,139,63). Sum of RGB (Red+Green+Blue) = 50+139+63=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #328B3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328B3F is #CD74C0. Grayscale: #676767. Windows color (decimal): -13464769 or 4164402. OLE color: 4164402.

HSL color Cylindrical-coordinate representation of color #328B3F: hue angle of 128.76º 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 #328B3F is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 139 63 -
CMYK 0.64 0 0.55 0.45
HSL 128.76º 0.47% 0.37% -
HSV(B) 128.76º 0.64% 0.55% -
XYZ 11.45 19.5 7.86 -
YUV 103.73 105.01 89.68 -
System Red Green Blue C M Y K H S L
Decimal 50 139 63 0.64 0 0.55 0.45 128.76 0.47 0.37
Hex 32 8B 3F 40 0 37 2D 81 2F 25
Octal 62 213 77 100 0 67 55 201 57 45
Binary 110010 10001011 111111 1000000 0 110111 101101 10000001 101111 100101

Color Harmonies of #328B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B3F

Black with #328B3F

Text Example


Text Example

White with #328B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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