Html Css Color HEX #328538 Japanese Laurel

📋 copy color: '#328538'

red 50 ◦ green 133 ◦ blue 56

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

Shades of Japanese Laurel #328538

Tints of Japanese Laurel #328538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 20.92%
G = 55.65%
B = 23.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#328538 (or 0x328538) is known color: Japanese Laurel. HEX triplet: 32, 85 and 38. RGB value is (50,133,56). Sum of RGB (Red+Green+Blue) = 50+133+56=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #328538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328538 is #CD7AC7. Grayscale: #636363. Windows color (decimal): -13466312 or 3704114. OLE color: 3704114.

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

Color convert

RGB 50 133 56 -
CMYK 0.62 0 0.58 0.48
HSL 124.34º 0.45% 0.36% -
HSV(B) 124.34º 0.62% 0.52% -
XYZ 10.42 17.74 6.62 -
YUV 99.41 103.5 92.76 -
System Red Green Blue C M Y K H S L
Decimal 50 133 56 0.62 0 0.58 0.48 124.34 0.45 0.36
Hex 32 85 38 3E 0 3A 30 7C 2D 24
Octal 62 205 70 76 0 72 60 174 55 44
Binary 110010 10000101 111000 111110 0 111010 110000 1111100 101101 100100

Color Harmonies of #328538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328538

Black with #328538

Text Example


Text Example

White with #328538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328538; }

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

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

background-color css

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

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

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

border-color css

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

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

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