Html Css Color HEX #328A3D Japanese Laurel

📋 copy color: '#328A3D'

red 50 ◦ green 138 ◦ blue 61

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

Shades of Japanese Laurel #328A3D

Tints of Japanese Laurel #328A3D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 55.42%

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 20.08%
G = 55.42%
B = 24.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#328A3D (or 0x328A3D) is known color: Japanese Laurel. HEX triplet: 32, 8A and 3D. RGB value is (50,138,61). Sum of RGB (Red+Green+Blue) = 50+138+61=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #328A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328A3D is #CD75C2. Grayscale: #676767. Windows color (decimal): -13465027 or 4033074. OLE color: 4033074.

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

Color convert

RGB 50 138 61 -
CMYK 0.64 0 0.56 0.46
HSL 127.5º 0.47% 0.37% -
HSV(B) 127.5º 0.64% 0.54% -
XYZ 11.25 19.19 7.53 -
YUV 102.91 104.35 90.26 -
System Red Green Blue C M Y K H S L
Decimal 50 138 61 0.64 0 0.56 0.46 127.5 0.47 0.37
Hex 32 8A 3D 40 0 38 2E 80 2F 25
Octal 62 212 75 100 0 70 56 200 57 45
Binary 110010 10001010 111101 1000000 0 111000 101110 10000000 101111 100101

Color Harmonies of #328A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A3D

Black with #328A3D

Text Example


Text Example

White with #328A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,138,61); }

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

background-color css

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

 a { background-color: rgb(50,138,61); }

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

border-color css

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

 span { border-color: rgb(50,138,61); }

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