Html Css Color HEX #328C33 Japanese Laurel

📋 copy color: '#328C33'

red 50 ◦ green 140 ◦ blue 51

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

Shades of Japanese Laurel #328C33

Tints of Japanese Laurel #328C33

RGB

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

 GREEN value IS 140 (55.08% from 255) = 58.09%

 BLUE value IS 51 (20.31% from 255) = 21.16%

R = 20.75%
G = 58.09%
B = 21.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#328C33 (or 0x328C33) is known color: Japanese Laurel. HEX triplet: 32, 8C and 33. RGB value is (50,140,51). Sum of RGB (Red+Green+Blue) = 50+140+51=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #328C33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328C33 is #CD73CC. Grayscale: #676767. Windows color (decimal): -13464525 or 3378226. OLE color: 3378226.

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

Color convert

RGB 50 140 51 -
CMYK 0.64 0 0.64 0.45
HSL 120.67º 0.47% 0.37% -
HSV(B) 120.67º 0.64% 0.55% -
XYZ 11.29 19.67 6.33 -
YUV 102.94 98.68 90.24 -
System Red Green Blue C M Y K H S L
Decimal 50 140 51 0.64 0 0.64 0.45 120.67 0.47 0.37
Hex 32 8C 33 40 0 40 2D 79 2F 25
Octal 62 214 63 100 0 100 55 171 57 45
Binary 110010 10001100 110011 1000000 0 1000000 101101 1111001 101111 100101

Color Harmonies of #328C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C33

Black with #328C33

Text Example


Text Example

White with #328C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,140,51); }

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

background-color css

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

 a { background-color: rgb(50,140,51); }

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

border-color css

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

 span { border-color: rgb(50,140,51); }

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