Html Css Color HEX #328435 Japanese Laurel

📋 copy color: '#328435'

red 50 ◦ green 132 ◦ blue 53

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

Shades of Japanese Laurel #328435

Tints of Japanese Laurel #328435

RGB

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

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

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

R = 21.28%
G = 56.17%
B = 22.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#328435 (or 0x328435) is known color: Japanese Laurel. HEX triplet: 32, 84 and 35. RGB value is (50,132,53). Sum of RGB (Red+Green+Blue) = 50+132+53=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #328435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328435 is #CD7BCA. Grayscale: #626262. Windows color (decimal): -13466571 or 3507250. OLE color: 3507250.

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

Color convert

RGB 50 132 53 -
CMYK 0.62 0 0.60 0.48
HSL 122.2º 0.45% 0.36% -
HSV(B) 122.2º 0.62% 0.52% -
XYZ 10.21 17.44 6.2 -
YUV 98.48 102.33 93.42 -
System Red Green Blue C M Y K H S L
Decimal 50 132 53 0.62 0 0.60 0.48 122.2 0.45 0.36
Hex 32 84 35 3E 0 3C 30 7A 2D 24
Octal 62 204 65 76 0 74 60 172 55 44
Binary 110010 10000100 110101 111110 0 111100 110000 1111010 101101 100100

Color Harmonies of #328435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328435

Black with #328435

Text Example


Text Example

White with #328435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328435; }

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

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

background-color css

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

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

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

border-color css

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

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

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