Html Css Color HEX #328534 Japanese Laurel

📋 copy color: '#328534'

red 50 ◦ green 133 ◦ blue 52

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

Shades of Japanese Laurel #328534

Tints of Japanese Laurel #328534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.6%

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

R = 21.28%
G = 56.6%
B = 22.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#328534 (or 0x328534) is known color: Japanese Laurel. HEX triplet: 32, 85 and 34. RGB value is (50,133,52). Sum of RGB (Red+Green+Blue) = 50+133+52=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #328534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328534 is #CD7ACB. Grayscale: #636363. Windows color (decimal): -13466316 or 3441970. OLE color: 3441970.

HSL color Cylindrical-coordinate representation of color #328534: hue angle of 121.45º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328534 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 52 -
CMYK 0.62 0 0.61 0.48
HSL 121.45º 0.45% 0.36% -
HSV(B) 121.45º 0.62% 0.52% -
XYZ 10.32 17.7 6.12 -
YUV 98.95 101.5 93.09 -
System Red Green Blue C M Y K H S L
Decimal 50 133 52 0.62 0 0.61 0.48 121.45 0.45 0.36
Hex 32 85 34 3E 0 3D 30 79 2D 24
Octal 62 205 64 76 0 75 60 171 55 44
Binary 110010 10000101 110100 111110 0 111101 110000 1111001 101101 100100

Color Harmonies of #328534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328534

Black with #328534

Text Example


Text Example

White with #328534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328534; }

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

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

background-color css

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

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

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

border-color css

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

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

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