Html Css Color HEX #328236 Japanese Laurel

📋 copy color: '#328236'

red 50 ◦ green 130 ◦ blue 54

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

Shades of Japanese Laurel #328236

Tints of Japanese Laurel #328236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.08%

R = 21.37%
G = 55.56%
B = 23.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#328236 (or 0x328236) is known color: Japanese Laurel. HEX triplet: 32, 82 and 36. RGB value is (50,130,54). Sum of RGB (Red+Green+Blue) = 50+130+54=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #328236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328236 is #CD7DC9. Grayscale: #616161. Windows color (decimal): -13467082 or 3572274. OLE color: 3572274.

HSL color Cylindrical-coordinate representation of color #328236: hue angle of 123º 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 #328236 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 54 -
CMYK 0.62 0 0.58 0.49
HSL 123º 0.44% 0.35% -
HSV(B) 123º 0.62% 0.51% -
XYZ 9.96 16.91 6.23 -
YUV 97.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 50 130 54 0.62 0 0.58 0.49 123 0.44 0.35
Hex 32 82 36 3E 0 3A 31 7B 2C 23
Octal 62 202 66 76 0 72 61 173 54 43
Binary 110010 10000010 110110 111110 0 111010 110001 1111011 101100 100011

Color Harmonies of #328236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328236

Black with #328236

Text Example


Text Example

White with #328236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328236; }

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

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

background-color css

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

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

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

border-color css

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

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

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