Html Css Color HEX #328130 Japanese Laurel

📋 copy color: '#328130'

red 50 ◦ green 129 ◦ blue 48

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

Shades of Japanese Laurel #328130

Tints of Japanese Laurel #328130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.83%

 BLUE value IS 48 (19.14% from 255) = 21.15%

R = 22.03%
G = 56.83%
B = 21.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#328130 (or 0x328130) is known color: Japanese Laurel. HEX triplet: 32, 81 and 30. RGB value is (50,129,48). Sum of RGB (Red+Green+Blue) = 50+129+48=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #328130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328130 is #CD7ECF. Grayscale: #606060. Windows color (decimal): -13467344 or 3178802. OLE color: 3178802.

HSL color Cylindrical-coordinate representation of color #328130: hue angle of 118.52º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328130 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 129 48 -
CMYK 0.61 0 0.63 0.49
HSL 118.52º 0.46% 0.35% -
HSV(B) 118.52º 0.63% 0.51% -
XYZ 9.7 16.59 5.49 -
YUV 96.15 100.83 95.09 -
System Red Green Blue C M Y K H S L
Decimal 50 129 48 0.61 0 0.63 0.49 118.52 0.46 0.35
Hex 32 81 30 3D 0 3F 31 77 2E 23
Octal 62 201 60 75 0 77 61 167 56 43
Binary 110010 10000001 110000 111101 0 111111 110001 1110111 101110 100011

Color Harmonies of #328130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328130

Black with #328130

Text Example


Text Example

White with #328130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328130; }

 p { color: rgb(50,129,48); }

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

background-color css

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

 a { background-color: rgb(50,129,48); }

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

border-color css

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

 span { border-color: rgb(50,129,48); }

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