Html Css Color HEX #328234 Japanese Laurel

📋 copy color: '#328234'

red 50 ◦ green 130 ◦ blue 52

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

Shades of Japanese Laurel #328234

Tints of Japanese Laurel #328234

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.03%

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 21.55%
G = 56.03%
B = 22.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#328234 (or 0x328234) is known color: Japanese Laurel. HEX triplet: 32, 82 and 34. RGB value is (50,130,52). Sum of RGB (Red+Green+Blue) = 50+130+52=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #328234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328234 is #CD7DCB. Grayscale: #616161. Windows color (decimal): -13467084 or 3441202. OLE color: 3441202.

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

Color convert

RGB 50 130 52 -
CMYK 0.62 0 0.60 0.49
HSL 121.5º 0.44% 0.35% -
HSV(B) 121.5º 0.62% 0.51% -
XYZ 9.92 16.89 5.99 -
YUV 97.19 102.5 94.34 -
System Red Green Blue C M Y K H S L
Decimal 50 130 52 0.62 0 0.60 0.49 121.5 0.44 0.35
Hex 32 82 34 3E 0 3C 31 7A 2C 23
Octal 62 202 64 76 0 74 61 172 54 43
Binary 110010 10000010 110100 111110 0 111100 110001 1111010 101100 100011

Color Harmonies of #328234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328234

Black with #328234

Text Example


Text Example

White with #328234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328234; }

 p { color: rgb(50,130,52); }

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

background-color css

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

 a { background-color: rgb(50,130,52); }

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

border-color css

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

 span { border-color: rgb(50,130,52); }

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