Html Css Color HEX #328834 Japanese Laurel

📋 copy color: '#328834'

red 50 ◦ green 136 ◦ blue 52

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

Shades of Japanese Laurel #328834

Tints of Japanese Laurel #328834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 57.14%

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

R = 21.01%
G = 57.14%
B = 21.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#328834 (or 0x328834) is known color: Japanese Laurel. HEX triplet: 32, 88 and 34. RGB value is (50,136,52). Sum of RGB (Red+Green+Blue) = 50+136+52=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #328834 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328834 is #CD77CB. Grayscale: #646464. Windows color (decimal): -13465548 or 3442738. OLE color: 3442738.

HSL color Cylindrical-coordinate representation of color #328834: hue angle of 121.4º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328834 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 52 -
CMYK 0.63 0 0.62 0.47
HSL 121.4º 0.46% 0.36% -
HSV(B) 121.4º 0.63% 0.53% -
XYZ 10.74 18.53 6.26 -
YUV 100.71 100.51 91.83 -
System Red Green Blue C M Y K H S L
Decimal 50 136 52 0.63 0 0.62 0.47 121.4 0.46 0.36
Hex 32 88 34 3F 0 3E 2F 79 2E 24
Octal 62 210 64 77 0 76 57 171 56 44
Binary 110010 10001000 110100 111111 0 111110 101111 1111001 101110 100100

Color Harmonies of #328834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328834

Black with #328834

Text Example


Text Example

White with #328834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328834; }

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

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

background-color css

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

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

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

border-color css

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

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

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