Html Css Color HEX #328239 Japanese Laurel

📋 copy color: '#328239'

red 50 ◦ green 130 ◦ blue 57

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

Shades of Japanese Laurel #328239

Tints of Japanese Laurel #328239

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.85%

 BLUE value IS 57 (22.66% from 255) = 24.05%

R = 21.1%
G = 54.85%
B = 24.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#328239 (or 0x328239) is known color: Japanese Laurel. HEX triplet: 32, 82 and 39. RGB value is (50,130,57). Sum of RGB (Red+Green+Blue) = 50+130+57=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #328239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328239 is #CD7DC6. Grayscale: #616161. Windows color (decimal): -13467079 or 3768882. OLE color: 3768882.

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

Color convert

RGB 50 130 57 -
CMYK 0.62 0 0.56 0.49
HSL 125.25º 0.44% 0.35% -
HSV(B) 125.25º 0.62% 0.51% -
XYZ 10.04 16.94 6.61 -
YUV 97.76 105 93.94 -
System Red Green Blue C M Y K H S L
Decimal 50 130 57 0.62 0 0.56 0.49 125.25 0.44 0.35
Hex 32 82 39 3E 0 38 31 7D 2C 23
Octal 62 202 71 76 0 70 61 175 54 43
Binary 110010 10000010 111001 111110 0 111000 110001 1111101 101100 100011

Color Harmonies of #328239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328239

Black with #328239

Text Example


Text Example

White with #328239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328239; }

 p { color: rgb(50,130,57); }

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

background-color css

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

 a { background-color: rgb(50,130,57); }

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

border-color css

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

 span { border-color: rgb(50,130,57); }

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