Html Css Color HEX #328443 Japanese Laurel

📋 copy color: '#328443'

red 50 ◦ green 132 ◦ blue 67

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

Shades of Japanese Laurel #328443

Tints of Japanese Laurel #328443

RGB

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

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

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

R = 20.08%
G = 53.01%
B = 26.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#328443 (or 0x328443) is known color: Japanese Laurel. HEX triplet: 32, 84 and 43. RGB value is (50,132,67). Sum of RGB (Red+Green+Blue) = 50+132+67=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #328443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328443 is #CD7BBC. Grayscale: #646464. Windows color (decimal): -13466557 or 4424754. OLE color: 4424754.

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

Color convert

RGB 50 132 67 -
CMYK 0.62 0 0.49 0.48
HSL 132.44º 0.45% 0.36% -
HSV(B) 132.44º 0.62% 0.52% -
XYZ 10.58 17.59 8.15 -
YUV 100.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 50 132 67 0.62 0 0.49 0.48 132.44 0.45 0.36
Hex 32 84 43 3E 0 31 30 84 2D 24
Octal 62 204 103 76 0 61 60 204 55 44
Binary 110010 10000100 1000011 111110 0 110001 110000 10000100 101101 100100

Color Harmonies of #328443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328443

Black with #328443

Text Example


Text Example

White with #328443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328443; }

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

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

background-color css

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

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

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

border-color css

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

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

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