Html Css Color HEX #328838 Japanese Laurel

📋 copy color: '#328838'

red 50 ◦ green 136 ◦ blue 56

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

Shades of Japanese Laurel #328838

Tints of Japanese Laurel #328838

RGB

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

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

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

R = 20.66%
G = 56.2%
B = 23.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#328838 (or 0x328838) is known color: Japanese Laurel. HEX triplet: 32, 88 and 38. RGB value is (50,136,56). Sum of RGB (Red+Green+Blue) = 50+136+56=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #328838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328838 is #CD77C7. Grayscale: #656565. Windows color (decimal): -13465544 or 3704882. OLE color: 3704882.

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

Color convert

RGB 50 136 56 -
CMYK 0.63 0 0.59 0.47
HSL 124.19º 0.46% 0.36% -
HSV(B) 124.19º 0.63% 0.53% -
XYZ 10.83 18.57 6.76 -
YUV 101.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 50 136 56 0.63 0 0.59 0.47 124.19 0.46 0.36
Hex 32 88 38 3F 0 3B 2F 7C 2E 24
Octal 62 210 70 77 0 73 57 174 56 44
Binary 110010 10001000 111000 111111 0 111011 101111 1111100 101110 100100

Color Harmonies of #328838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328838

Black with #328838

Text Example


Text Example

White with #328838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328838; }

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

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

background-color css

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

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

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

border-color css

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

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

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