Html Css Color HEX #328133 Japanese Laurel

📋 copy color: '#328133'

red 50 ◦ green 129 ◦ blue 51

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

Shades of Japanese Laurel #328133

Tints of Japanese Laurel #328133

RGB

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

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

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

R = 21.74%
G = 56.09%
B = 22.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#328133 (or 0x328133) is known color: Japanese Laurel. HEX triplet: 32, 81 and 33. RGB value is (50,129,51). Sum of RGB (Red+Green+Blue) = 50+129+51=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #328133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328133 is #CD7ECC. Grayscale: #606060. Windows color (decimal): -13467341 or 3375410. OLE color: 3375410.

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

Color convert

RGB 50 129 51 -
CMYK 0.61 0 0.60 0.49
HSL 120.76º 0.44% 0.35% -
HSV(B) 120.76º 0.61% 0.51% -
XYZ 9.76 16.62 5.82 -
YUV 96.49 102.33 94.84 -
System Red Green Blue C M Y K H S L
Decimal 50 129 51 0.61 0 0.60 0.49 120.76 0.44 0.35
Hex 32 81 33 3D 0 3C 31 79 2C 23
Octal 62 201 63 75 0 74 61 171 54 43
Binary 110010 10000001 110011 111101 0 111100 110001 1111001 101100 100011

Color Harmonies of #328133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328133

Black with #328133

Text Example


Text Example

White with #328133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328133; }

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

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

background-color css

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

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

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

border-color css

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

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

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