Html Css Color HEX #328138 Japanese Laurel

📋 copy color: '#328138'

red 50 ◦ green 129 ◦ blue 56

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

Shades of Japanese Laurel #328138

Tints of Japanese Laurel #328138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.89%

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

R = 21.28%
G = 54.89%
B = 23.83%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#328138 (or 0x328138) is known color: Japanese Laurel. HEX triplet: 32, 81 and 38. RGB value is (50,129,56). Sum of RGB (Red+Green+Blue) = 50+129+56=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #328138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328138 is #CD7EC7. Grayscale: #616161. Windows color (decimal): -13467336 or 3703090. OLE color: 3703090.

HSL color Cylindrical-coordinate representation of color #328138: hue angle of 124.56º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328138 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 129 56 -
CMYK 0.61 0 0.57 0.49
HSL 124.56º 0.44% 0.35% -
HSV(B) 124.56º 0.61% 0.51% -
XYZ 9.88 16.66 6.44 -
YUV 97.06 104.83 94.44 -
System Red Green Blue C M Y K H S L
Decimal 50 129 56 0.61 0 0.57 0.49 124.56 0.44 0.35
Hex 32 81 38 3D 0 39 31 7D 2C 23
Octal 62 201 70 75 0 71 61 175 54 43
Binary 110010 10000001 111000 111101 0 111001 110001 1111101 101100 100011

Color Harmonies of #328138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328138

Black with #328138

Text Example


Text Example

White with #328138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328138; }

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

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

background-color css

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

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

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

border-color css

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

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

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