Html Css Color HEX #328438 Japanese Laurel

📋 copy color: '#328438'

red 50 ◦ green 132 ◦ blue 56

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

Shades of Japanese Laurel #328438

Tints of Japanese Laurel #328438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.46%

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

R = 21.01%
G = 55.46%
B = 23.53%

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

#328438 (or 0x328438) is known color: Japanese Laurel. HEX triplet: 32, 84 and 38. RGB value is (50,132,56). Sum of RGB (Red+Green+Blue) = 50+132+56=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #328438 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328438 is #CD7BC7. Grayscale: #636363. Windows color (decimal): -13466568 or 3703858. OLE color: 3703858.

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

Color convert

RGB 50 132 56 -
CMYK 0.62 0 0.58 0.48
HSL 124.39º 0.45% 0.36% -
HSV(B) 124.39º 0.62% 0.52% -
XYZ 10.28 17.47 6.57 -
YUV 98.82 103.83 93.18 -
System Red Green Blue C M Y K H S L
Decimal 50 132 56 0.62 0 0.58 0.48 124.39 0.45 0.36
Hex 32 84 38 3E 0 3A 30 7C 2D 24
Octal 62 204 70 76 0 72 60 174 55 44
Binary 110010 10000100 111000 111110 0 111010 110000 1111100 101101 100100

Color Harmonies of #328438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328438

Black with #328438

Text Example


Text Example

White with #328438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328438; }

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

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

background-color css

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

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

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

border-color css

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

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

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