Html Css Color HEX #328635 Japanese Laurel

📋 copy color: '#328635'

red 50 ◦ green 134 ◦ blue 53

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

Shades of Japanese Laurel #328635

Tints of Japanese Laurel #328635

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.54%

 BLUE value IS 53 (21.09% from 255) = 22.36%

R = 21.1%
G = 56.54%
B = 22.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#328635 (or 0x328635) is known color: Japanese Laurel. HEX triplet: 32, 86 and 35. RGB value is (50,134,53). Sum of RGB (Red+Green+Blue) = 50+134+53=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #328635 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328635 is #CD79CA. Grayscale: #636363. Windows color (decimal): -13466059 or 3507762. OLE color: 3507762.

HSL color Cylindrical-coordinate representation of color #328635: hue angle of 122.14º 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 #328635 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 53 -
CMYK 0.63 0 0.60 0.47
HSL 122.14º 0.46% 0.36% -
HSV(B) 122.14º 0.63% 0.53% -
XYZ 10.48 17.99 6.29 -
YUV 99.65 101.67 92.59 -
System Red Green Blue C M Y K H S L
Decimal 50 134 53 0.63 0 0.60 0.47 122.14 0.46 0.36
Hex 32 86 35 3F 0 3C 2F 7A 2E 24
Octal 62 206 65 77 0 74 57 172 56 44
Binary 110010 10000110 110101 111111 0 111100 101111 1111010 101110 100100

Color Harmonies of #328635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328635

Black with #328635

Text Example


Text Example

White with #328635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328635; }

 p { color: rgb(50,134,53); }

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

background-color css

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

 a { background-color: rgb(50,134,53); }

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

border-color css

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

 span { border-color: rgb(50,134,53); }

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