Html Css Color HEX #328235 Japanese Laurel

📋 copy color: '#328235'

red 50 ◦ green 130 ◦ blue 53

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

Shades of Japanese Laurel #328235

Tints of Japanese Laurel #328235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.75%

R = 21.46%
G = 55.79%
B = 22.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#328235 (or 0x328235) is known color: Japanese Laurel. HEX triplet: 32, 82 and 35. RGB value is (50,130,53). Sum of RGB (Red+Green+Blue) = 50+130+53=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #328235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328235 is #CD7DCA. Grayscale: #616161. Windows color (decimal): -13467083 or 3506738. OLE color: 3506738.

HSL color Cylindrical-coordinate representation of color #328235: hue angle of 122.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 #328235 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 53 -
CMYK 0.62 0 0.59 0.49
HSL 122.25º 0.44% 0.35% -
HSV(B) 122.25º 0.62% 0.51% -
XYZ 9.94 16.9 6.11 -
YUV 97.3 103 94.26 -
System Red Green Blue C M Y K H S L
Decimal 50 130 53 0.62 0 0.59 0.49 122.25 0.44 0.35
Hex 32 82 35 3E 0 3B 31 7A 2C 23
Octal 62 202 65 76 0 73 61 172 54 43
Binary 110010 10000010 110101 111110 0 111011 110001 1111010 101100 100011

Color Harmonies of #328235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328235

Black with #328235

Text Example


Text Example

White with #328235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328235; }

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

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

background-color css

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

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

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

border-color css

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

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

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