Html Css Color HEX #328543 Japanese Laurel

📋 copy color: '#328543'

red 50 ◦ green 133 ◦ blue 67

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

Shades of Japanese Laurel #328543

Tints of Japanese Laurel #328543

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.2%

 BLUE value IS 67 (26.56% from 255) = 26.8%

R = 20%
G = 53.2%
B = 26.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#328543 (or 0x328543) is known color: Japanese Laurel. HEX triplet: 32, 85 and 43. RGB value is (50,133,67). Sum of RGB (Red+Green+Blue) = 50+133+67=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #328543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328543 is #CD7ABC. Grayscale: #646464. Windows color (decimal): -13466301 or 4425010. OLE color: 4425010.

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

Color convert

RGB 50 133 67 -
CMYK 0.62 0 0.50 0.48
HSL 132.29º 0.45% 0.36% -
HSV(B) 132.29º 0.62% 0.52% -
XYZ 10.72 17.86 8.19 -
YUV 100.66 109 91.87 -
System Red Green Blue C M Y K H S L
Decimal 50 133 67 0.62 0 0.50 0.48 132.29 0.45 0.36
Hex 32 85 43 3E 0 32 30 84 2D 24
Octal 62 205 103 76 0 62 60 204 55 44
Binary 110010 10000101 1000011 111110 0 110010 110000 10000100 101101 100100

Color Harmonies of #328543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328543

Black with #328543

Text Example


Text Example

White with #328543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328543; }

 p { color: rgb(50,133,67); }

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

background-color css

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

 a { background-color: rgb(50,133,67); }

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

border-color css

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

 span { border-color: rgb(50,133,67); }

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